fix a typo

fixes CNVS-26796

test plan
 - should not be typoed

Change-Id: I6b8629d3245b93a6abf0b8c9bfd6480107f0a0ee
Reviewed-on: https://gerrit.instructure.com/70969
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
Product-Review: Rob Orton <rob@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
Tested-by: Jenkins
This commit is contained in:
Rob Orton 2016-01-26 11:34:35 -07:00
parent cd7fde127e
commit 90bb00bc80
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ END
'notification_service' =>
{
display_name: -> { I18n.t('Use remote service for notifications') },
description: -> { I18n.t('Allow the ability to send notifications through our a dispatch queue') },
description: -> { I18n.t('Allow the ability to send notifications through our dispatch queue') },
applies_to: 'RootAccount',
state: 'hidden',
beta: true,