Skip to content

Commit 2d53ef7

Browse files
committed
docs(l10n): justify NBSP note in personal settings
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 8ccb3d4 commit 2d53ef7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/views/PersonalSettings.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
151151
/>
152152

153153
<NcButton variant="primary" :disabled="isSaving(field.definition.id) || !hasFieldChanges(field)" @click="saveField(field)">
154+
<!-- TRANSLATORS "\u00A0" keeps the ellipsis attached to the previous word for correct typography and avoids awkward line breaks. -->
154155
{{ isSaving(field.definition.id) ? t('profile_fields', 'Saving changes\u00A0…') : t('profile_fields', 'Save changes') }}
155156
</NcButton>
156157
</div>

0 commit comments

Comments
 (0)