diff options
| author | cedricnjanga | 2018-03-27 23:07:20 -0700 | 
|---|---|---|
| committer | Johan Van Ryseghem | 2018-03-29 09:39:16 +0200 | 
| commit | 8c9ab7cb67772fb8642aae56b96fb325fd18ae04 (patch) | |
| tree | 28d58cd11e762313e0aab3c585ebc8f6d7ee6194 /app/javascript/helpers/save_button.js | |
| parent | d047873db80668c89f0ac260d945af1853fb6243 (diff) | |
| download | chouette-core-8c9ab7cb67772fb8642aae56b96fb325fd18ae04.tar.bz2 | |
Refs #6156 Update translations for react validate buttons
Diffstat (limited to 'app/javascript/helpers/save_button.js')
| -rw-r--r-- | app/javascript/helpers/save_button.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/javascript/helpers/save_button.js b/app/javascript/helpers/save_button.js index 7e0bd5bbe..af5ee54a8 100644 --- a/app/javascript/helpers/save_button.js +++ b/app/javascript/helpers/save_button.js @@ -35,7 +35,7 @@ export default class SaveButton extends Component{                      this.props.editMode ? this.submitForm() : this.props.onEnterEditMode()                    }}                  > -                  {this.props.editMode ? "Valider" : "Editer"} +                  {this.props.editMode ? I18n.t('actions.submit') : I18n.t('actions.edit')}                  </button>                </div>              </form> | 
