fix typo in discussions/announcement copy. fixes #CNVS-2965
test plan: * create an announcement; * delete the announcement and verify that the confirmation message reads, 'are you sure you want to delete this announcement?' Change-Id: Iebc2f2d2f3139c1d65ac0d4b3f7bc5176d27a926 Reviewed-on: https://gerrit.instructure.com/16916 Tested-by: Jenkins <jenkins@instructure.com> QA-Review: Marc LeGendre <marc@instructure.com> Reviewed-by: Mark Ericksen <marke@instructure.com>
This commit is contained in:
parent
00a52d30b7
commit
7535f68408
|
@ -80,13 +80,13 @@ define [
|
|||
|
||||
message = if @isShowingAnnouncements()
|
||||
I18n.t 'confirm_delete_announcement',
|
||||
one: 'Are you sure you wan to delete this announcement?'
|
||||
one: 'Are you sure you want to delete this announcement?'
|
||||
other: 'Are you sure you want to delete these %{count} announcements?'
|
||||
,
|
||||
count: selectedTopics.length
|
||||
else
|
||||
I18n.t 'confirm_delete_discussion_topic',
|
||||
one: 'Are you sure you wan to delete this discussion topic?'
|
||||
one: 'Are you sure you want to delete this discussion topic?'
|
||||
other: 'Are you sure you want to delete these %{count} discussion topics?'
|
||||
,
|
||||
count: selectedTopics.length
|
||||
|
|
Loading…
Reference in New Issue