fix rtl feature_flag
refs: CORE-1244 Change-Id: Ia6df08f651ecbfd5215dd6eadf058d2b55fb962f Reviewed-on: https://gerrit.instructure.com/145730 Tested-by: Jenkins Reviewed-by: Ryan Shaw <ryan@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com>
This commit is contained in:
parent
ba738d7e71
commit
9cd6d0d8ca
|
@ -474,9 +474,9 @@ END
|
|||
'allow_rtl' =>
|
||||
{
|
||||
display_name: -> { I18n.t('Allow RTL users to see RTL interface') },
|
||||
description: -> { I18n.t('This feature flag is something an account can turn on if they want to allow the users of their account that speak languages that are normally written in Right to Left (eg: Arabic, Hebrew, Farsi) to see the RTL layout while we are working on it. once the feature is "ready" this feature flag will go away and anyone that speaks one of those languages will always see the RTL interface.') },
|
||||
description: -> { I18n.t('This feature enables users of right-to-left (RTL) languages to see the RTL layout under development. Eventually, this will become the default behavior and this option will be removed.') },
|
||||
applies_to: 'RootAccount',
|
||||
state: 'available',
|
||||
state: 'allowed',
|
||||
development: true,
|
||||
},
|
||||
'force_rtl' =>
|
||||
|
|
Loading…
Reference in New Issue