We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea6c09 commit 20d6e7cCopy full SHA for 20d6e7c
1 file changed
confiture-web-app/src/components/audit/SaveIndicator.vue
@@ -49,8 +49,8 @@ const systemStore = useSystemStore();
49
const saveContent = computed(() => {
50
if (isLoading.value) {
51
return {
52
- status: "Enregistrement...",
53
- description: "Modifications en cours d’enregistrement...",
+ status: "Enregistrement…",
+ description: "Modifications en cours d’enregistrement…",
54
class: "save-indicator-icon--loading"
55
};
56
}
0 commit comments