diff --git a/src/addon/mod/wiki/components/index/index.ts b/src/addon/mod/wiki/components/index/index.ts index bf0116676..b030bbb16 100644 --- a/src/addon/mod/wiki/components/index/index.ts +++ b/src/addon/mod/wiki/components/index/index.ts @@ -84,7 +84,7 @@ export class AddonModWikiIndexComponent extends CoreCourseModuleMainActivityComp protected userProvider: CoreUserProvider, private popoverCtrl: PopoverController) { super(injector, content); - this.pageStr = this.translate.instant('addon.mod_wiki.page'); + this.pageStr = this.translate.instant('addon.mod_wiki.wikipage'); } /** diff --git a/src/addon/mod/wiki/lang/en.json b/src/addon/mod/wiki/lang/en.json index d8b4dcca2..e8d9a0d78 100644 --- a/src/addon/mod/wiki/lang/en.json +++ b/src/addon/mod/wiki/lang/en.json @@ -10,7 +10,6 @@ "newpagetitle": "New page title", "nocontent": "There is no content for this page", "notingroup": "Not in group", - "page": "Page", "pageexists": "This page already exists.", "pagename": "Page name", "subwiki": "Sub-wiki", diff --git a/src/theme/variables.scss b/src/theme/variables.scss index 4f5b43224..9d393a442 100644 --- a/src/theme/variables.scss +++ b/src/theme/variables.scss @@ -169,6 +169,7 @@ $tabs-md-tab-color-inactive: $tabs-tab-color-inactive; $button-md-outline-background-color: $core-button-outline-background-color; $font-family-md-base: "Roboto", "Noto Sans", "Helvetica Neue", sans-serif !default; $select-md-placeholder-color: $core-select-placeholder-color; +$label-md-text-color: $text-color !default; $radio-md-disabled-opacity: .5 !default; $checkbox-md-disabled-opacity: .5 !default; $toggle-md-disabled-opacity: .5 !default; @@ -185,6 +186,7 @@ $spinner-wp-circles-color: $core-spinner-color; $tabs-wp-tab-color-inactive: $tabs-tab-color-inactive; $button-wp-outline-background-color: $core-button-outline-background-color; $select-wp-placeholder-color: $core-select-placeholder-color; +$label-wp-text-color: $text-color !default; $radio-wp-disabled-opacity: .5 !default; $checkbox-wp-disabled-opacity: .5 !default; $toggle-wp-disabled-opacity: .5 !default;