diff --git a/src/addon/messages/lang/en.json b/src/addon/messages/lang/en.json index 75419bf5b..1b542a0c7 100644 --- a/src/addon/messages/lang/en.json +++ b/src/addon/messages/lang/en.json @@ -74,6 +74,6 @@ "warningmessagenotsent": "Couldn't send message(s) to user {{user}}. {{error}}", "wouldliketocontactyou": "Would like to contact you", "you": "You:", - "youhaveblockeduser": "You have blocked this user in the past", + "youhaveblockeduser": "You have blocked this user.", "yourcontactrequestpending": "Your contact request is pending with {{$a}}" } \ No newline at end of file diff --git a/src/addon/mod/choice/lang/en.json b/src/addon/mod/choice/lang/en.json index a0714b34a..e5c48508f 100644 --- a/src/addon/mod/choice/lang/en.json +++ b/src/addon/mod/choice/lang/en.json @@ -2,11 +2,11 @@ "cannotsubmit": "Sorry, there was a problem submitting your choice. Please try again.", "choiceoptions": "Choice options", "errorgetchoice": "Error getting choice data.", - "expired": "Sorry, this activity closed on {{$a}} and is no longer available", + "expired": "This activity closed on {{$a}}.", "full": "(Full)", "modulenameplural": "Choices", "noresultsviewable": "The results are not currently viewable.", - "notopenyet": "Sorry, this activity is not available until {{$a}}", + "notopenyet": "This activity is not available until {{$a}}.", "numberofuser": "Number of responses", "numberofuserinpercentage": "Percentage of responses", "previewonly": "This is just a preview of the available options for this activity. You will not be able to submit your choice until {{$a}}.", diff --git a/src/assets/lang/en.json b/src/assets/lang/en.json index 59cf7b125..68ddb31fb 100644 --- a/src/assets/lang/en.json +++ b/src/assets/lang/en.json @@ -234,7 +234,7 @@ "addon.messages.warningmessagenotsent": "Couldn't send message(s) to user {{user}}. {{error}}", "addon.messages.wouldliketocontactyou": "Would like to contact you", "addon.messages.you": "You:", - "addon.messages.youhaveblockeduser": "You have blocked this user in the past", + "addon.messages.youhaveblockeduser": "You have blocked this user.", "addon.messages.yourcontactrequestpending": "Your contact request is pending with {{$a}}", "addon.mod_assign.acceptsubmissionstatement": "Please accept the submission statement.", "addon.mod_assign.addattempt": "Allow another attempt", @@ -372,11 +372,11 @@ "addon.mod_choice.cannotsubmit": "Sorry, there was a problem submitting your choice. Please try again.", "addon.mod_choice.choiceoptions": "Choice options", "addon.mod_choice.errorgetchoice": "Error getting choice data.", - "addon.mod_choice.expired": "Sorry, this activity closed on {{$a}} and is no longer available", + "addon.mod_choice.expired": "This activity closed on {{$a}}.", "addon.mod_choice.full": "(Full)", "addon.mod_choice.modulenameplural": "Choices", "addon.mod_choice.noresultsviewable": "The results are not currently viewable.", - "addon.mod_choice.notopenyet": "Sorry, this activity is not available until {{$a}}", + "addon.mod_choice.notopenyet": "This activity is not available until {{$a}}.", "addon.mod_choice.numberofuser": "Number of responses", "addon.mod_choice.numberofuserinpercentage": "Percentage of responses", "addon.mod_choice.previewonly": "This is just a preview of the available options for this activity. You will not be able to submit your choice until {{$a}}.",