Skip to content

Commit 085fcc2

Browse files
rakeknivennextcloud-command
authored andcommitted
chore(i18n): Use "name" instead of "nickname"
Users asked why they should use a nickname? "Name" covers nickname, pseudonym, username or real name. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
1 parent db078e7 commit 085fcc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/files_sharing/src/views/PublicAuthPrompt.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<NcTextField ref="input"
2525
class="public-auth-prompt__input"
2626
data-cy-public-auth-prompt-dialog-name
27-
:label="t('files_sharing', 'Nickname')"
28-
:placeholder="t('files_sharing', 'Enter your nickname')"
27+
:label="t('files_sharing', 'Name')"
28+
:placeholder="t('files_sharing', 'Enter your name')"
2929
minlength="2"
3030
name="name"
3131
required

0 commit comments

Comments
 (0)