зеркало из https://github.com/nextcloud/spreed.git
l10n: Changed spelling of "user name" to "username"
Using "username" like on > 200 strings over the whole Nextcloud project. Signed-off-by: rakekniven mark.ziegler@rakekniven.de
This commit is contained in:
Родитель
206aec1a58
Коммит
f2a7fe043a
|
@ -118,7 +118,7 @@ export default {
|
|||
}
|
||||
|
||||
if (displayName === '') {
|
||||
return t('spreed', '[Unknown user name]')
|
||||
return t('spreed', '[Unknown username]')
|
||||
}
|
||||
|
||||
return displayName
|
||||
|
|
Загрузка…
Ссылка в новой задаче