From f50670e34d66cb18f6a3dea8a74539a268b7dab5 Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Tue, 4 Aug 2009 13:06:21 +0000 Subject: [PATCH] More translatable strings. --- app/views/oauth_clients/not_found.erb | 2 +- config/locales/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/oauth_clients/not_found.erb b/app/views/oauth_clients/not_found.erb index c47ffc712..9a9865b73 100644 --- a/app/views/oauth_clients/not_found.erb +++ b/app/views/oauth_clients/not_found.erb @@ -1 +1 @@ -

Sorry, that <%= @type -%> could not be found.

+

<%= t('oauth.client_application.not_found', :type => @type) %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index 97fe3ab01..3922c45a6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -831,6 +831,7 @@ en: allow_write_api: "modify the map." allow_read_gpx: "read their private GPS traces." allow_write_gpx: "upload GPS traces." + not_found: "Sorry, that {{type}} could not be found." user: login: title: "Login" -- 2.43.2