mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 23:21:37 +02:00
🎨 Change position of text center align button
This commit is contained in:
parent
061479b2f5
commit
32d08414f3
3 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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)]))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue