From 79dfe2b84ded1fb5af0a3432a256c100b86c5b66 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Wed, 23 Jan 2019 14:37:18 +1300 Subject: [PATCH] Fixed button link, using translation that exists --- app/helpers/buttons_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/buttons_helper.rb b/app/helpers/buttons_helper.rb index ea475fa05..8697ffd4c 100644 --- a/app/helpers/buttons_helper.rb +++ b/app/helpers/buttons_helper.rb @@ -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