Skip to content

Commit

Permalink
fix test (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlius authored Dec 27, 2024
1 parent e50c292 commit 4eb30ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
{{/if}}
{{else}}
<div local-class='oauth-wrapper'>
{{t 'addons.accountCreate.oauth-description' providerName=@provider.name}}
{{#let (unique-id 'display-name-label') as |displayNameId|}}
<label for={{displayNameId}} local-class='auth-text-input-label'>
{{t 'addons.accountCreate.display-name-label'}}
Expand Down
7 changes: 3 additions & 4 deletions translations/en-us.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ addons:
confirm-remove-connected-location: 'You are about to disconnect the addon below from the project.'
connected-to-account: 'Connected to account'
root-folder-not-set: 'Root folder not set'
sync-details-1: 'Sync your projects with external services to help stay connected and organized. Select a category and browse the options.'
sync-details-1: 'Sync your projects with external services to help stay connected and organized. Select a category and browse the options.'
sync-details-2: 'To manage all add-ons connected to your account, visit your profile settings.'
filter-placeholder: 'Filter add-ons'
filter:
Expand Down Expand Up @@ -308,9 +308,9 @@ addons:
existing-account: 'Choose existing account'
unnamed-account: 'Unnamed account'
accountCreate:
display-name-label: 'Display name'
display-name-label: 'Account name'
display-name-placeholder: 'Account name'
display-name-help: 'This is help text for the display name'
display-name-help: 'This will distinguish your account from others using the same addon.'
url-label: 'Host URL'
url-post-text: 'Please include <i>http</i> or <i>https</i>'
username-label: 'Username'
Expand All @@ -337,7 +337,6 @@ addons:
oauth-start: 'Start OAuth'
oauth-error: 'Error connecting account. Please try again.'
oauth-reconnect-error: 'Error reconnecting account'
oauth-description: 'Use OAuth to connect your {providerName} account'
error: 'Error creating account'
connect: Connect
connect-success: 'Successfully connected account'
Expand Down

0 comments on commit 4eb30ab

Please sign in to comment.