Skip to content

Commit

Permalink
Merge pull request #1025 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
chore(i18n): Improved grammar
  • Loading branch information
max-nextcloud authored Dec 16, 2024
2 parents 3009469 + 55f1c1f commit 1dc6221
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/terms_of_service-admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/terms_of_service-admin.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<NcSettingsSection v-if="hasTerms"
:name="t('terms_of_service', 'Existing terms of service')">
<p class="terms-descr">
{{ t('terms_of_service', 'We recommend to reset signatories if legal changes were applied. For minor changes like fixing typos or correcting links, it could be left out, as it would otherwise require all users to accept the Terms of Service again.') }}
{{ t('terms_of_service', 'We recommend resetting the signatories if legal changes were applied. For minor changes like fixing typos or correcting links, it could be left out, as it would otherwise require all users to accept the Terms of Service again.') }}
</p>
<NcButton :disabled="resetButtonDisabled"
type="error"
Expand Down

0 comments on commit 1dc6221

Please sign in to comment.