Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6f315eda
Commit
6f315eda
authored
Jul 08, 2019
by
Ezekiel Kigbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix - use `s__` for namespaced translations
parent
886521c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
app/assets/javascripts/boards/components/board_blank_state.vue
...ssets/javascripts/boards/components/board_blank_state.vue
+4
-4
No files found.
app/assets/javascripts/boards/components/board_blank_state.vue
View file @
6f315eda
...
...
@@ -61,7 +61,7 @@ export default {
<div
class=
"board-blank-state p-3"
>
<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>
<ul
class=
"list-unstyled board-blank-state-list"
>
...
...
@@ -76,7 +76,7 @@ export default {
</ul>
<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.
'
,
)
}}
...
...
@@ -86,10 +86,10 @@ export default {
type=
"button"
@
click.stop=
"addDefaultLists"
>
{{
__
(
'
BoardBlankState|Add default lists
'
)
}}
{{
s
__
(
'
BoardBlankState|Add default lists
'
)
}}
</button>
<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>
</div>
</
template
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment