Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/5243'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Sep 30, 2024
2 parents cd4c496 + 7f6028c commit edd04ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions config/i18n-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ ignore_unused:
- 'reports.new.categories.*' # double interpolation in reports_helper
- 'shared.pagination.*'
- 'auth.providers.*'
- 'time.formats.blog' # used for formatting blog dates
- 'time.formats.friendly' # used for formatting dates / times in a friendly way
# - '{devise,kaminari,will_paginate}.*'
# - 'simple_form.{yes,no}'
# - 'simple_form.{placeholders,hints,labels}.*'
Expand Down
2 changes: 0 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,6 @@ en:
failure: Couldn't update profile.
sessions:
new:
title: "Log in"
tab_title: "Log in"
login_to_authorize_html: "Log in to OpenStreetMap to access %{client_app_name}."
email or username: "Email Address or Username"
Expand Down Expand Up @@ -2292,7 +2291,6 @@ en:
welcome_mat_url: https://welcome.openstreetmap.org/
sidebar:
search_results: Search Results
close: Close
search:
search: Search
get_directions_title: "Find directions between two points"
Expand Down
2 changes: 1 addition & 1 deletion test/system/issues_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class IssuesTest < ApplicationSystemTestCase

def test_view_issues_not_logged_in
visit issues_path
assert_content I18n.t("sessions.new.title")
assert_content "Log in"
end

def test_view_issues_normal_user
Expand Down

0 comments on commit edd04ef

Please sign in to comment.