Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 0106871

Browse files
style: help text alignment
1 parent cf4ec41 commit 0106871

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

studio/src/app/popovers/editor/app-get-help/app-get-help.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
app-get-help {
2-
p {
3-
display: flex;
4-
}
5-
62
div.links {
7-
margin-left: 6px;
8-
93
a {
104
text-decoration: underline;
115
}

studio/src/assets/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"fullscreen_swipe": "Swipe up the bottom sheet to enter the edit mode 🚀.",
307307
"need_help": "Need help?",
308308
"need_help_comment": "If you need help, have any feedback or ideas, we would love to hear from you 😃.",
309-
"reach_us": "Reach us on {0}.",
309+
"reach_us": "Reach us on: {0}",
310310
"or": "or",
311311
"slide_background": "Slide background",
312312
"macros": "Macros",

studio/src/assets/i18n/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"fullscreen_swipe": "Desliza la parte inferior hacia arriba para entrar en el modo de edición 🚀.",
307307
"need_help": "¿Necesitas ayuda?",
308308
"need_help_comment": "Si necesitas ayuda, tienes algún comentario o idea, nos encantaría escucharte 😃.",
309-
"reach_us": "Comunícate con nosotros en {0}.",
309+
"reach_us": "Comunícate con nosotros en: {0}",
310310
"or": "o",
311311
"slide_background": "Fondo de la diapositiva",
312312
"macros": "Macros",

0 commit comments

Comments
 (0)