make string in authorizations translateable
This commit is contained in:
parent
cce2ab2151
commit
40ac7b7620
2 changed files with 3 additions and 1 deletions
|
|
@ -24,4 +24,4 @@
|
||||||
= app.description
|
= app.description
|
||||||
|
|
||||||
- else
|
- else
|
||||||
You haven't registered any applications yet.
|
= t('.no_applications')
|
||||||
|
|
|
||||||
|
|
@ -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