Merge pull request #1945 from lprelle/make_string_in_authorizations_translateable
Make string in authorizations translateable
This commit is contained in:
commit
d0dc96a752
3 changed files with 4 additions and 2 deletions
|
|
@ -24,4 +24,4 @@
|
||||||
= app.description
|
= app.description
|
||||||
|
|
||||||
- else
|
- else
|
||||||
You haven't registered any applications yet.
|
= t('.no_applications')
|
||||||
|
|
|
||||||
|
|
@ -20,5 +20,5 @@
|
||||||
= app.description
|
= app.description
|
||||||
|
|
||||||
- else
|
- else
|
||||||
You haven't registered any applications yet.
|
= t('.no_applications')
|
||||||
%br
|
%br
|
||||||
|
|
|
||||||
|
|
@ -800,6 +800,8 @@ en:
|
||||||
authorizations:
|
authorizations:
|
||||||
index:
|
index:
|
||||||
revoke_access: "Revoke Access"
|
revoke_access: "Revoke Access"
|
||||||
|
no_applications: "You haven't registered any applications yet."
|
||||||
|
|
||||||
|
|
||||||
users:
|
users:
|
||||||
edit:
|
edit:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue