mirror of
https://github.com/penpot/penpot.git
synced 2025-03-17 18:21:23 -05: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.password" "PASSWORD"
|
||||
"settings.notifications" "NOTIFICATIONS"
|
||||
"settings.exit" "EXIT"
|
||||
|
||||
"settings.profile.profile-saved" "Profile saved successfully!"
|
||||
"settings.profile.profile.profile-saved" "Name, username and email"
|
||||
|
|
|
@ -116,6 +116,7 @@
|
|||
"settings.profile" "PROFIL"
|
||||
"settings.password" "MOT DE PASSE"
|
||||
"settings.notifications" "NOTIFICATIONS"
|
||||
"settings.exit" "QUITTER"
|
||||
|
||||
"settings.profile.profile-saved" "Profil enregistré avec succès !"
|
||||
"settings.profile.profile.profile-saved" "Nom, nom d'utilisateur et adresse email"
|
||||
|
|
|
@ -45,6 +45,6 @@
|
|||
[:li {:class (when notifications? "current")}
|
||||
(header-link :settings/notifications (tr "settings.notifications"))]
|
||||
[:li {:on-click #(st/emit! (da/logout))}
|
||||
(header-link :settings/profile (tr "ds.user.exit"))]]
|
||||
(header-link :settings/profile (tr "settings.exit"))]]
|
||||
(user)]))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue