aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript/helpers/save_button.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/helpers/save_button.js')
-rw-r--r--app/javascript/helpers/save_button.js2
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>