Skip to content

Commit 9ebbb04

Browse files
chore: Update French translation for IdentityStateList
1 parent 8c53f94 commit 9ebbb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composables/useIdentityStates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export enum IdentityState {
1616
}
1717

1818
export const IdentityStateList = [
19-
{ value: IdentityState.SYNCED, text: 'Synchronisé', color: 'info', icon: 'mdi-circle', display: true},
19+
{ value: IdentityState.SYNCED, text: 'Synchronisée', color: 'info', icon: 'mdi-circle', display: true},
2020
{ value: IdentityState.TO_SYNC, text: 'A syncroniser', color: 'info', icon: 'mdi-circle', display: true },
2121
{ value: IdentityState.TO_VALIDATE, text: 'A valider', color: 'positive', icon: 'mdi-circle', display: true },
2222
{ value: IdentityState.UNKNOWN, text: 'Inconnu', color: 'grey', icon: 'mdi-circle', display: true},

0 commit comments

Comments
 (0)