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
|
||||
|
||||
- else
|
||||
You haven't registered any applications yet.
|
||||
= t('.no_applications')
|
||||
|
|
|
|||
|
|
@ -20,5 +20,5 @@
|
|||
= app.description
|
||||
|
||||
- else
|
||||
You haven't registered any applications yet.
|
||||
= t('.no_applications')
|
||||
%br
|
||||
|
|
|
|||
|
|
@ -800,6 +800,8 @@ en:
|
|||
authorizations:
|
||||
index:
|
||||
revoke_access: "Revoke Access"
|
||||
no_applications: "You haven't registered any applications yet."
|
||||
|
||||
|
||||
users:
|
||||
edit:
|
||||
|
|
|
|||
Loading…
Reference in a new issue