From 62349d18564b6d0ac9a4aac61b298df913f5c08d Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 16 Jun 2021 16:27:45 +0100 Subject: [PATCH] Make tab labels into nouns that describe what's on the tab I think that works better with tabs, whereas actions (verbs) work better with buttons. --- app/views/traces/index.html.erb | 14 +++++++------- config/locales/en.yml | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index 7668532aa..fa4e57f47 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -12,33 +12,33 @@ <% if @target_user.blank? %> <% if current_user %> <% end %> <% elsif current_user && current_user == @target_user %> <% else %> <% if current_user && current_user != @target_user %> <% end %> <% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 919a786c8..93d9fb61d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2221,9 +2221,9 @@ en: tagged_with: " tagged with %{tags}" empty_html: "Nothing here yet. Upload a new trace or learn more about GPS tracing on the wiki page." upload_trace: "Upload a trace" - see_all_traces: "See all traces" - see_my_traces: "See my traces" - see_public_traces_from: "See Public Traces From" + all_traces: "All Traces" + my_traces: "My Traces" + traces_from: "Public Traces from %{user}" remove_tag_filter: "Remove Tag Filter" destroy: scheduled_for_deletion: "Trace scheduled for deletion" -- 2.43.2