Skip to content

Commit

Permalink
Merge pull request #1298 from /issues/1262
Browse files Browse the repository at this point in the history
Fix Suggestion for further re-work for add/update client page #1262
  • Loading branch information
syntrydy committed Oct 8, 2018
2 parents 9ee222e + 2f62c8c commit 89128c5
Show file tree
Hide file tree
Showing 5 changed files with 919 additions and 889 deletions.
5 changes: 4 additions & 1 deletion server/src/main/resources/oxtrust.properties
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,10 @@ cert.certificatesWereNotFound = Certificates were not found. Please inform Gluu
cert.generateCSR = Generate CSR
cert.uploadKey = Upload Key

clientForm.inum = Inum
clientForm.inum = Client ID
clientForm.tab.standard= Standard settings
clientForm.tab.advanced= Advanced settings
clientForm.tab.encryption= Encryption/Signing settings
clientForm.clientName = Client Name
clientForm.clientSecret = Client Secret
clientForm.applicationType = Application Type
Expand Down
6 changes: 5 additions & 1 deletion server/src/main/resources/oxtrust_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,11 @@ cert.certificatesWereNotFound = Certificates were not found. Please inform Gluu
cert.generateCSR = Generate CSR
cert.uploadKey = Upload Key

clientForm.inum = Inum

clientForm.inum = Client ID
clientForm.tab.standard= Standard settings
clientForm.tab.advanced= Advanced settings
clientForm.tab.encryption= Encryption/Signing settings
clientForm.clientName = Client Name
clientForm.clientDescription = Client Description
clientForm.clientSecret = Client Secret
Expand Down
5 changes: 4 additions & 1 deletion server/src/main/resources/oxtrust_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,10 @@ cert.certificatesWereNotFound = Les certificats n'ont pas été trouvés. Veuill
cert.generateCSR = Generate CSR
cert.uploadKey = Clé de téléchargement

clientForm.inum = Inum
clientForm.inum = ID Client
clientForm.tab.standard= Standard settings
clientForm.tab.advanced= Advanced settings
clientForm.tab.encryption= Encryption/Signing settings
clientForm.clientName = Nom du Client
clientForm.clientSecret = Client Secret
clientForm.applicationType = Type de l'Application
Expand Down
5 changes: 4 additions & 1 deletion server/src/main/resources/oxtrust_ru.properties
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,10 @@ cert.certificatesWereNotFound = Certificates were not found. Please inform Gluu
cert.generateCSR = Generate CSR
cert.uploadKey = Upload Key

clientForm.inum = Inum
clientForm.inum = Client ID
clientForm.tab.standard= Standard settings
clientForm.tab.advanced= Advanced settings
clientForm.tab.encryption= Encryption/Signing settings
clientForm.clientName = Client Name
clientForm.clientSecret = Client Secret
clientForm.applicationType = Application Type
Expand Down
Loading

0 comments on commit 89128c5

Please sign in to comment.