Merge branch '64260-i18n-broken-boards-blank-state' into 'master'
Resolve "i18n Broken - Boards blank state" Closes #64260 See merge request gitlab-org/gitlab-ce!30464
This commit is contained in:
commit
8f9fbbebc5
1 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@ export default {
|
||||||
<div class="board-blank-state p-3">
|
<div class="board-blank-state p-3">
|
||||||
<p>
|
<p>
|
||||||
{{
|
{{
|
||||||
__('BoardBlankState|Add the following default lists to your Issue Board with one click:')
|
s__('BoardBlankState|Add the following default lists to your Issue Board with one click:')
|
||||||
}}
|
}}
|
||||||
</p>
|
</p>
|
||||||
<ul class="list-unstyled board-blank-state-list">
|
<ul class="list-unstyled board-blank-state-list">
|
||||||
|
@ -76,7 +76,7 @@ export default {
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
{{
|
{{
|
||||||
__(
|
s__(
|
||||||
'BoardBlankState|Starting out with the default set of lists will get you right on the way to making the most of your board.',
|
'BoardBlankState|Starting out with the default set of lists will get you right on the way to making the most of your board.',
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
@ -86,10 +86,10 @@ export default {
|
||||||
type="button"
|
type="button"
|
||||||
@click.stop="addDefaultLists"
|
@click.stop="addDefaultLists"
|
||||||
>
|
>
|
||||||
{{ __('BoardBlankState|Add default lists') }}
|
{{ s__('BoardBlankState|Add default lists') }}
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-default btn-block" type="button" @click.stop="clearBlankState">
|
<button class="btn btn-default btn-block" type="button" @click.stop="clearBlankState">
|
||||||
{{ __("BoardBlankState|Nevermind, I'll use my own") }}
|
{{ s__("BoardBlankState|Nevermind, I'll use my own") }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue