Skip to content

Commit 201a750

Browse files
committed
docs(l10n): justify NBSP note in workflow placeholder
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 2d53ef7 commit 201a750

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/workflow.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ class WorkflowProfileFieldElement extends HTMLElement {
535535

536536
const placeholder = document.createElement('option')
537537
placeholder.value = ''
538+
// TRANSLATORS "\u00A0" keeps the ellipsis attached to the previous word for correct typography and avoids awkward line breaks.
538539
placeholder.textContent = definitions.length === 0
539540
? t('profile_fields', 'Loading profile fields\u00A0…')
540541
: t('profile_fields', 'Choose a profile field')

0 commit comments

Comments
 (0)