🎨 Change position of text center align button

This commit is contained in:
mathieu.brunot 2019-02-22 00:18:45 +01:00
parent 061479b2f5
commit 32d08414f3
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
3 changed files with 3 additions and 1 deletions

View file

@ -116,6 +116,7 @@
"settings.profile" "PROFILE" "settings.profile" "PROFILE"
"settings.password" "PASSWORD" "settings.password" "PASSWORD"
"settings.notifications" "NOTIFICATIONS" "settings.notifications" "NOTIFICATIONS"
"settings.exit" "EXIT"
"settings.profile.profile-saved" "Profile saved successfully!" "settings.profile.profile-saved" "Profile saved successfully!"
"settings.profile.profile.profile-saved" "Name, username and email" "settings.profile.profile.profile-saved" "Name, username and email"

View file

@ -116,6 +116,7 @@
"settings.profile" "PROFIL" "settings.profile" "PROFIL"
"settings.password" "MOT DE PASSE" "settings.password" "MOT DE PASSE"
"settings.notifications" "NOTIFICATIONS" "settings.notifications" "NOTIFICATIONS"
"settings.exit" "QUITTER"
"settings.profile.profile-saved" "Profil enregistré avec succès !" "settings.profile.profile-saved" "Profil enregistré avec succès !"
"settings.profile.profile.profile-saved" "Nom, nom d'utilisateur et adresse email" "settings.profile.profile.profile-saved" "Nom, nom d'utilisateur et adresse email"

View file

@ -45,6 +45,6 @@
[:li {:class (when notifications? "current")} [:li {:class (when notifications? "current")}
(header-link :settings/notifications (tr "settings.notifications"))] (header-link :settings/notifications (tr "settings.notifications"))]
[:li {:on-click #(st/emit! (da/logout))} [:li {:on-click #(st/emit! (da/logout))}
(header-link :settings/profile (tr "ds.user.exit"))]] (header-link :settings/profile (tr "settings.exit"))]]
(user)])) (user)]))