From 78f9e33ed4de5064a3d8e48773ba0aef7b95e1e4 Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Fri, 13 Sep 2019 11:33:21 +0200 Subject: [PATCH] :globe_with_meridians: Canvas tool text Signed-off-by: mathieu.brunot --- frontend/src/uxbox/main/locales/en.cljs | 1 + frontend/src/uxbox/main/locales/fr.cljs | 1 + 2 files changed, 2 insertions(+) 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"