diff --git a/components/no_results_indicator/no_results_indicator.scss b/components/no_results_indicator/no_results_indicator.scss index 5590a556af51..546e6ce1d1fe 100644 --- a/components/no_results_indicator/no_results_indicator.scss +++ b/components/no_results_indicator/no_results_indicator.scss @@ -50,7 +50,7 @@ } &.icon { font-size: 62px; - color: v(button-bg); + color: var(--button-bg); } } diff --git a/i18n/en.json b/i18n/en.json index b3928c050edb..c1657ccf8ceb 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3631,7 +3631,7 @@ "next_steps_view.welcomeToMattermost": "Welcome to Mattermost", "no_results.channel_files_filtered.subtitle": "This channel doesn't contains any file with the selected file format.", "no_results.channel_files_filtered.title": "No files found", - "no_results.channel_files.subtitle": "Files attachments in this channel are shown here.", + "no_results.channel_files.subtitle": "Files posted in this channel will show here.", "no_results.channel_files.title": "No files yet", "no_results.channel_search.subtitle": "Check the spelling or try another search.", "no_results.channel_search.title": "No results for {channelName}",