Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions assets/javascripts/discourse/templates/users/user-map.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<li>
<a
href="/my/preferences/profile"
title="Takes you to your profile so that you can add or edit your location"
>Update My Location</a>
title={{i18n "directory.map.user_prefs_link.title"}}
>{{i18n "directory.map.user_prefs_link.text"}}</a>
</li>
</ul>
</div>
Expand Down
3 changes: 3 additions & 0 deletions config/locales/client.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ en:
directory:
map:
title: "Users Map"
user_prefs_link:
title: Takes you to your profile so that you can add or edit your location
text: Update My Location

list:
title: "Users List"
Expand Down
2 changes: 1 addition & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# name: discourse-locations
# about: Tools for handling locations in Discourse
# version: 6.3.2
# version: 6.3.3
# authors: Angus McLeod, Robert Barrow
# contact_emails: development@pavilion.tech
# url: https://github.com/angusmcleod/discourse-locations
Expand Down