File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2016,6 +2016,7 @@ export default {
2016
2016
createFailureMessage : 'An error occurred while creating the category, please try again.' ,
2017
2017
addCategory : 'Add category' ,
2018
2018
editCategory : 'Edit category' ,
2019
+ editCategories : 'Edit categories' ,
2019
2020
categoryRequiredError : 'Category name is required.' ,
2020
2021
existingCategoryError : 'A category with this name already exists.' ,
2021
2022
invalidCategoryName : 'Invalid category name.' ,
Original file line number Diff line number Diff line change @@ -2043,6 +2043,7 @@ export default {
2043
2043
createFailureMessage : 'Se ha producido un error al intentar crear la categoría. Por favor, inténtalo más tarde.' ,
2044
2044
addCategory : 'Añadir categoría' ,
2045
2045
editCategory : 'Editar categoría' ,
2046
+ editCategories : 'Editar categorías' ,
2046
2047
categoryRequiredError : 'Lo nombre de la categoría es obligatorio.' ,
2047
2048
existingCategoryError : 'Ya existe una categoría con este nombre.' ,
2048
2049
invalidCategoryName : 'Lo nombre de la categoría es invalido.' ,
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ function IOURequestStepCategory({
169
169
success
170
170
style = { [ styles . w100 ] }
171
171
onPress = { ( ) => Navigation . navigate ( ROUTES . MONEY_REQUEST_CATEGORIES . getRoute ( policy ?. id ?? '' ) ) }
172
- text = { translate ( 'workspace.categories.editCategory ' ) }
172
+ text = { translate ( 'workspace.categories.editCategories ' ) }
173
173
pressOnEnter
174
174
/>
175
175
</ FixedFooter >
You can’t perform that action at this time.
0 commit comments