mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
parent
5501bdf9da
commit
0c0840c585
2 changed files with 7 additions and 1 deletions
|
@ -917,6 +917,12 @@ exports.strings = {
|
|||
'ru_RU': 'Спрятать цель'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
'objective-button': {
|
||||
'__desc__': 'button label to show objective',
|
||||
'en_US': 'Objective',
|
||||
'ru_RU': 'Задача'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
'goal-to-reach': {
|
||||
'__desc__': 'title of window that shoes the goal tree to reach',
|
||||
'en_US': 'Goal To Reach',
|
||||
|
|
|
@ -70,7 +70,7 @@ var LevelToolbarView = React.createClass({
|
|||
<button
|
||||
onClick={this.props.onObjectiveClick}
|
||||
type="button">
|
||||
Objective
|
||||
{intl.str('objective-button')}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue