From 90bb00bc80f0948711faa80a87ac43c470cf8de1 Mon Sep 17 00:00:00 2001 From: Rob Orton Date: Tue, 26 Jan 2016 11:34:35 -0700 Subject: [PATCH] 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 Product-Review: Rob Orton QA-Review: Rob Orton Tested-by: Jenkins --- lib/feature.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/feature.rb b/lib/feature.rb index 1871ee450b6..3ab52e13d38 100644 --- a/lib/feature.rb +++ b/lib/feature.rb @@ -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,