diff options
author | 2024-02-04 13:15:06 -0800 | |
---|---|---|
committer | 2024-02-04 13:36:31 -0800 | |
commit | bf4d31eebe6a01d1b303372649aeb8cec52ff8c6 (patch) | |
tree | 70560c972228789f6eca9ac8fb79f072692a755a /internal/locale/translations/es_ES.json | |
parent | f203326a299a985026e263dc2b8da861904cfd5c (diff) | |
download | v2-bf4d31eebe6a01d1b303372649aeb8cec52ff8c6.tar.gz v2-bf4d31eebe6a01d1b303372649aeb8cec52ff8c6.tar.zst v2-bf4d31eebe6a01d1b303372649aeb8cec52ff8c6.zip |
Add styling to search button
Diffstat (limited to 'internal/locale/translations/es_ES.json')
-rw-r--r-- | internal/locale/translations/es_ES.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/locale/translations/es_ES.json b/internal/locale/translations/es_ES.json index f123a44a..71b741e3 100644 --- a/internal/locale/translations/es_ES.json +++ b/internal/locale/translations/es_ES.json @@ -53,7 +53,7 @@ "menu.shared_entries": "Artículos compartidos", "search.label": "Buscar", "search.placeholder": "Búsqueda...", - "search.submit": "Submit", + "search.submit": "Search", "pagination.next": "Siguiente", "pagination.previous": "Anterior", "entry.status.unread": "No leído", |