From e2a0278e40204d50e4e0bdab12db89ed25fca45b Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Tue, 22 Jan 2019 16:46:44 +1300 Subject: [PATCH] Use same t() for the button for writing blog posts --- app/views/shared/_global_actions.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_global_actions.html.haml b/app/views/shared/_global_actions.html.haml index 29b2f1ef3..771033c8a 100644 --- a/app/views/shared/_global_actions.html.haml +++ b/app/views/shared/_global_actions.html.haml @@ -13,7 +13,7 @@ = t('buttons.save_seeds') .btn-group - = link_to t('buttons.write_blog_post'), new_post_path, class: 'btn btn-default' + = link_to t('posts.write_blog_post'), new_post_path, class: 'btn btn-default' - content_for(:attributions) do seed by Template from the Noun Project \ No newline at end of file