Fixed button link, using translation that exists

This commit is contained in:
Brenda Wallace
2019-01-23 14:37:18 +13:00
parent 3965fa1934
commit 79dfe2b84d

View File

@@ -58,7 +58,7 @@ module ButtonsHelper
button(
new_photo_path(id: model.id, type: model_type_for_photo(model)),
'buttons.add_a_photo', 'camera'
'buttons.add_photo', 'camera'
)
end