Skip to content

Commit 2ebb21a

Browse files
Merge pull request #1027 from nextcloud/backport/1026/stable27
[stable27] fix(l10n): Fix typo in translation
2 parents 5cd9ec5 + a083c76 commit 2ebb21a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

js/terms_of_service-admin.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/terms_of_service-admin.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{{ t('terms_of_service', 'Show on public shares') }}
3636
</NcCheckboxRadioSwitch>
3737
<p class="edit-form">
38-
{{ t('terms_of_service', 'Enter or update terms of service below.. ') }}
38+
{{ t('terms_of_service', 'Enter or update terms of service below.') }}
3939
</p>
4040
<span class="form">
4141
<NcMultiselect v-model="country"

0 commit comments

Comments
 (0)