We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950740f commit 274cb8cCopy full SHA for 274cb8c
app/assets/javascripts/lit/sources.js.coffee
@@ -14,7 +14,7 @@ $ ->
14
404: ->
15
$('.loading').text('Could not update synchronization status, please try refreshing page')
16
401: ->
17
- $('.loading').text('Invalid API key, please check source settings')
+ $('.loading').text('You are not authorized. Please check if you are properly logged in')
18
500: ->
19
$('.loading').text('Something went wrong, please try synchronizing again')
20
error: ->
0 commit comments