DEV: Correct i18n helper invocation case (#24806)

This commit is contained in:
Jarek Radosz 2023-12-11 15:44:28 +01:00 committed by GitHub
parent 4a62676512
commit cc74bcdc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
<div class="control-group form-templates__editor">
<div class="form-templates__quick-insert-field-buttons">
<span>
{{I18n "admin.form_templates.quick_insert_fields.add_new_field"}}
{{i18n "admin.form_templates.quick_insert_fields.add_new_field"}}
</span>
{{#each this.quickInsertFields as |field|}}
<DButton

View File

@ -23,7 +23,7 @@
{{#if this.composer.model.viewOpenOrFullscreen}}
<div
role="form"
aria-label={{I18n this.composer.saveLabel}}
aria-label={{i18n this.composer.saveLabel}}
class="reply-area
{{if this.composer.canEditTags 'with-tags' 'without-tags'}}
{{if

View File

@ -3,7 +3,7 @@
@id="reply-title"
@maxLength={{this.titleMaxLength}}
@placeholderKey={{this.composer.titlePlaceholder}}
@aria-label={{I18n this.composer.titlePlaceholder}}
@aria-label={{i18n this.composer.titlePlaceholder}}
@disabled={{this.disabled}}
@autocomplete="off"
/>

View File

@ -6,7 +6,7 @@
<DTextarea
@value={{this.shareUrl}}
@class="topic-share-url"
@aria-label={{I18n "share.url"}}
@aria-label={{i18n "share.url"}}
/>
<div class="sources">