Translate additional tooltip.
parent
c5d1f4de9d
commit
3fbd17ffe3
|
@ -250,8 +250,8 @@ var ClientView = Backbone.View.extend({
|
|||
|
||||
$('.clientid-full', this.el).hide();
|
||||
|
||||
this.$('.dynamically-registered').tooltip({title: 'This client was dynamically registered. Click to view registration access token'});
|
||||
this.$('.allow-introspection').tooltip({title: 'This client can perform token introspection'});
|
||||
this.$('.dynamically-registered').tooltip({title: $.t('client.client-table.dynamically-registered-tooltip')});
|
||||
this.$('.allow-introspection').tooltip({title: $.t('client.client-table.allow-introspection-tooltip')});
|
||||
|
||||
this.updateMatched();
|
||||
$(this.el).i18n();
|
||||
|
|
|
@ -158,7 +158,9 @@
|
|||
"user-info-signing-algorithm": "User Info Endpoint Signing Algorithm"
|
||||
},
|
||||
"client-table": {
|
||||
"allow-introspection-tooltip": "This client can perform token introspection",
|
||||
"confirm": "Are you sure sure you would like to delete this client?",
|
||||
"dynamically-registered-tooltip": "This client was dynamically registered. Click to view registration access token",
|
||||
"match": {
|
||||
"contacts": "contacts",
|
||||
"description": "description",
|
||||
|
|
|
@ -160,7 +160,9 @@
|
|||
"user-info-signing-algorithm": "Signeringsalgoritm för user-info"
|
||||
},
|
||||
"client-table": {
|
||||
"allow-introspection-tooltip": "Denna klient kan utföra token-introspektion",
|
||||
"confirm": "Är du säker på att du vill ta bort denna klient?",
|
||||
"dynamically-registered-tooltip": "Denna klient registrerades dynamiskt. Klicka för att se registrerings-access-token",
|
||||
"match": {
|
||||
"contacts": "kontakter",
|
||||
"description": "beskrivning",
|
||||
|
|
Loading…
Reference in New Issue