diff --git a/frontend/src/uxbox/main/locales/en.cljs b/frontend/src/uxbox/main/locales/en.cljs index bb801b2d0..e7a379077 100644 --- a/frontend/src/uxbox/main/locales/en.cljs +++ b/frontend/src/uxbox/main/locales/en.cljs @@ -104,6 +104,7 @@ "ds.help.path" "Path" "ds.help.curve" "Curve" "ds.help.ruler" "Ruler" + "ds.help.canvas" "Canvas" "ds.user.profile" "Profile" "ds.user.password" "Password" diff --git a/frontend/src/uxbox/main/locales/fr.cljs b/frontend/src/uxbox/main/locales/fr.cljs index 381abe820..ce5d6b92d 100644 --- a/frontend/src/uxbox/main/locales/fr.cljs +++ b/frontend/src/uxbox/main/locales/fr.cljs @@ -104,6 +104,7 @@ "ds.help.path" "Chemin" "ds.help.curve" "Courbe" "ds.help.ruler" "Règle" + "ds.help.canvas" "Calque" "ds.user.profile" "Profil" "ds.user.password" "Mot de passe"