Skip to content

Commit 2daf621

Browse files
committed
add translation key to error
1 parent 55bb1cd commit 2daf621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def onboarding_callback(request):
286286

287287
if not existing_user:
288288
# No existing export tool account with this OSM ID or email
289-
error_msg = "No existing account found for your OSM user. Please select 'No, I\u2019m new' to create a new account."
289+
error_msg = "no_existing_osm_account"
290290
params = urlencode({
291291
'onboarding': APP_NAME,
292292
'return_to': request.build_absolute_uri('/v3/'),

0 commit comments

Comments
 (0)