use 'dashboard cards' over 'dashcards' in user strings

Change-Id: Icfd0951cf267047efec29f89e610e346089c522d
Reviewed-on: https://gerrit.instructure.com/78974
Reviewed-by: Ryan Shaw <ryan@instructure.com>
Tested-by: Jenkins
Product-Review: Colleen Palmer <colleen@instructure.com>
QA-Review: Simon Williams <simon@instructure.com>
This commit is contained in:
Simon Williams 2016-05-06 12:06:53 -06:00
parent 06ca0836eb
commit e1e6f4f4b1
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ define([
className={ToggleButtonClasses}
onClick={this.handleChange}>
<span className="screenreader-only">
{this.state.recent_activity_dashboard ? I18n.t("Show dashcard view") : I18n.t("Show recent activity stream")}
{this.state.recent_activity_dashboard ? I18n.t("Show dashboard card view") : I18n.t("Show recent activity stream")}
</span>
<div className="dashboard-toggle-button-layout" aria-hidden={true}>
<div

View File

@ -338,7 +338,7 @@ END
'course_card_images' =>
{
display_name: -> { I18n.t('Enable Dashboard Images for Courses')},
description: -> {I18n.t('Allow course images to be assigned to a course and used on the dashcards.')},
description: -> {I18n.t('Allow course images to be assigned to a course and used on the dashboard cards.')},
applies_to: 'Course',
state: 'hidden',
development: true,