Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENG-6653] Fix configuration page text #2440

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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' [email protected]}}
{{#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
Loading