Skip to content

Commit

Permalink
chore(i18n): Aligned wording
Browse files Browse the repository at this point in the history
Other 3 strings of this app is using "signatories" and therefor this should be aligned.

Reported at Transifex

Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored Dec 9, 2024
1 parent 749582b commit 992f2d2
Showing 1 changed file with 1 addition and 1 deletion.
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 signatures 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 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.') }}
</p>
<NcButton :disabled="resetButtonDisabled"
type="error"
Expand Down

0 comments on commit 992f2d2

Please sign in to comment.