diff options
| -rw-r--r-- | config/locales/ca.yml | 2 | ||||
| -rw-r--r-- | config/locales/en.yml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/config/locales/ca.yml b/config/locales/ca.yml index af9dec7..59d377c 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -31,6 +31,8 @@ ca: bought_at: Data de compra where_is_it: Per on para? search: + name: Nom + description: Descripció body: Cos de la cerca user: username: Nom d'usuari diff --git a/config/locales/en.yml b/config/locales/en.yml index d593910..e1c2de5 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -31,7 +31,9 @@ en: bought_at: Bought at where_is_it: Where is it? search: - body: Body + name: Name + description: Description + body: Prompt user: username: Username password: Password |
