mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-43978 badges: Fix lang string
This commit is contained in:
parent
a2a114bd6a
commit
3193b97e05
@ -223,7 +223,7 @@ $string['error:connectionunknownreason'] = 'The connection was unsuccessful but
|
||||
$string['error:clone'] = 'Cannot clone the badge.';
|
||||
$string['error:duplicatename'] = 'Badge with such name already exists in the system.';
|
||||
$string['error:externalbadgedoesntexist'] = 'Badge not found';
|
||||
$string['error:guestuseraccess'] = 'You are currently using guest access. To see badges you need to login with your user account.';
|
||||
$string['error:guestuseraccess'] = 'You are currently using guest access. To see badges you need to log in with your user account.';
|
||||
$string['error:invalidbadgeurl'] = 'Invalid badge issuer URL format.';
|
||||
$string['error:invalidcriteriatype'] = 'Invalid criteria type.';
|
||||
$string['error:invalidexpiredate'] = 'Expiry date has to be in the future.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user