Skip to content

Commit

Permalink
Merge pull request #2582 from LibreSign/feature/rename-text
Browse files Browse the repository at this point in the history
Rename translation and provide context to translators
  • Loading branch information
vitormattos authored Mar 22, 2024
2 parents 898ac8f + 135f89d commit bdde69f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@ import { loadState } from '@nextcloud/initial-state'
import { set } from 'vue'
export default {
name: 'IdentifierFactor',
name: 'IdentificationFactors',
components: {
NcSettingsSection,
NcCheckboxRadioSwitch,
},
data() {
return {
name: t('libresign', 'Identify factors'),
// TRANSLATORS Name of a section at "Administration Settings" of LibreSign that an admin can configure the ways that a persol will be identified when access the link to sign a document.
name: t('libresign', 'Identification factors'),
description: t('libresign', 'Ways to identify a person who will sign a document.'),
identifyMethods: loadState('libresign', 'identify_methods', []),
}
Expand Down
6 changes: 3 additions & 3 deletions src/views/Settings/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<ConfigureCheck />
<RootCertificateCfssl />
<RootCertificateOpenSsl />
<IdentifierFactor />
<IdentificationFactors />
<ExpirationRules />
<Validation />
<AllowedGroups />
Expand All @@ -53,7 +53,7 @@ import LegalInformation from './LegalInformation.vue'
import IdentificationDocuments from './IdentificationDocuments.vue'
import CollectMetadata from './CollectMetadata.vue'
import DefaultUserFolder from './DefaultUserFolder.vue'
import IdentifierFactor from './IdentifierFactor.vue'
import IdentificationFactors from './IdentificationFactors.vue'

export default {
name: 'Settings',
Expand All @@ -64,7 +64,7 @@ export default {
ConfigureCheck,
RootCertificateCfssl,
RootCertificateOpenSsl,
IdentifierFactor,
IdentificationFactors,
ExpirationRules,
Validation,
AllowedGroups,
Expand Down

0 comments on commit bdde69f

Please sign in to comment.