From c99697a13e714d1ef87f047e5ad1c88f62f61f25 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 8 Aug 2025 22:52:09 +0200 Subject: Re-order the top bar layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move actions in a way that make more sense after some usage of this application. Signed-off-by: Miquel Sabaté Solà --- config/locales/ca.yml | 1 + config/locales/en.yml | 1 + 2 files changed, 2 insertions(+) (limited to 'config/locales') diff --git a/config/locales/ca.yml b/config/locales/ca.yml index 5e02e46..4ebcd79 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -110,6 +110,7 @@ ca: tags: title: Etiquetes + title-singular: Etiqueta new: Etiqueta nova new-action: nova update: Reanomena l'etiqueta diff --git a/config/locales/en.yml b/config/locales/en.yml index 8f38690..c4fb38e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -110,6 +110,7 @@ en: tags: title: Tags + title-singular: Etiqueta new: New tag update: Rename tag new-action: new -- cgit v1.2.3