Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Remove the extra "a" from "We are sorry, this is taking a longer than it should." #2528

Merged
merged 1 commit into from Sep 27, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/static/common/js/wait-messages.js
Expand Up @@ -16,7 +16,7 @@ BrowserID.Wait = (function(){
}, },


slowXHR: { slowXHR: {
title: gettext("We are sorry, this is taking a longer than it should."), title: gettext("We are sorry, this is taking longer than it should."),
message: gettext("If this doesn't resolve itself within a few seconds, please close the window and try again."), message: gettext("If this doesn't resolve itself within a few seconds, please close the window and try again."),
id: "slowXHR" id: "slowXHR"
} }
Expand Down