Translate Frontend Store

(cherry picked from commit d31fcbb2dfe98a540a359b98b204d101d554cf03)
This commit is contained in:
Stevie Robinson
2023-09-01 02:49:38 +02:00
committed by Bogdan
parent dee98ac46f
commit fbcf1b03c5
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ export const reducers = createHandleActions({
// Set the name in pendingChanges
newState.pendingChanges = {
name: `${item.name} - Copy`
name: translate('DefaultNameCopiedProfile', { name: item.name })
};
return updateSectionState(state, section, newState);