diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-14 18:05:40 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-14 18:05:40 +0100 |
| commit | 56a60d48f6cc11fb512e249f4bf32bf69e902924 (patch) | |
| tree | 32b528059df52dfe0c93a83ddb27b88560b6b993 /config | |
| parent | a2a494c73a22151a83b8f2f03c8efab77f1fafe2 (diff) | |
| download | operum-56a60d48f6cc11fb512e249f4bf32bf69e902924.tar.gz operum-56a60d48f6cc11fb512e249f4bf32bf69e902924.zip | |
Make the UI a bit more consistent
- Titles have been unified by using the same HTML tag.
- Centered views have been improved for big screens.
- Added more views that are to be centered.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/ca.yml | 2 | ||||
| -rw-r--r-- | config/locales/en.yml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/ca.yml b/config/locales/ca.yml index de2c95a..eb8cb13 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -105,6 +105,8 @@ ca: title: Etiquetes new: Etiqueta nova new-action: nova + none: Encara no hi ha cap etiqueta. Pots crear-ne una fent click + create-success: Etiqueta creada correctament destroy-success: Etiqueta esborrada correctament diff --git a/config/locales/en.yml b/config/locales/en.yml index ce11b3b..764b6d4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -105,6 +105,7 @@ en: title: Tags new: New tag new-action: new + none: You have not created any tags. You can do so by clicking create-success: Tag was successfully created destroy-success: Tag was successfully deleted |
