We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75403fe commit fa4e877Copy full SHA for fa4e877
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