Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading