Skip to content

Commit

Permalink
fix(l10n): Fix typo in translation
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Dec 15, 2024
1 parent 8d4e5ed commit 2e173bd
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 @@ -17,7 +17,7 @@
{{ t('terms_of_service', 'Show on public shares') }}
</NcCheckboxRadioSwitch>
<p class="edit-form">
{{ t('terms_of_service', 'Enter or update terms of service below.. ') }}
{{ t('terms_of_service', 'Enter or update terms of service below.') }}
</p>
<span class="form">
<NcSelect v-model="country"
Expand Down

0 comments on commit 2e173bd

Please sign in to comment.