Skip to content

Commit

Permalink
fix(i18n): Fixed typo and wording (#586)
Browse files Browse the repository at this point in the history
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven committed Mar 11, 2024
1 parent d109245 commit 9057081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/admin/TermsOfServiceUnsigned.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ export default {
const result = response?.data?.result
this.isLoading = false
if (result) {
showSuccess(t('integration_openproject', 'All the Terms of services are singed for user "OpenProject" successfully!'))
showSuccess(t('integration_openproject', 'All terms of services are signed for user "OpenProject" successfully!'))
}
} catch (error) {
console.error(error)
this.isLoading = false
showError(t('integration_openproject', 'Failed to sign Terms and Services for user "OpenProject"'))
showError(t('integration_openproject', 'Failed to sign terms of services for user "OpenProject"'))
} finally {
this.closeModal()
}
Expand Down

0 comments on commit 9057081

Please sign in to comment.