Skip to content

Commit 93d95de

Browse files
fix: Fixes pluralization of "Callback URL" (#421)
* fix: Fixes pluralization of "Callback URL" * refactor: Adds "(s)" to Callback URLs Co-authored-by: Peter Kos <[email protected]>
1 parent edb0fd9 commit 93d95de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/locales/doorkeeper.en.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ en:
33
attributes:
44
doorkeeper/application:
55
name: 'Name'
6-
redirect_uri: 'Redirect URI'
6+
redirect_uri: 'Redirect URI(s)'
77
errors:
88
models:
99
doorkeeper/application:
@@ -40,7 +40,7 @@ en:
4040
title: 'Your applications'
4141
new: 'New Application'
4242
name: 'Name'
43-
callback_url: 'Callback URL'
43+
callback_url: 'Callback URL(s)'
4444
confidential: 'Confidential?'
4545
actions: 'Actions'
4646
confidentiality:
@@ -54,7 +54,7 @@ en:
5454
secret: 'Secret'
5555
scopes: 'Scopes'
5656
confidential: 'Confidential'
57-
callback_urls: 'Callback URLs'
57+
callback_urls: 'Callback URL(s)'
5858
actions: 'Actions'
5959

6060
authorizations:

0 commit comments

Comments
 (0)