Skip to content

Commit

Permalink
Fixing file search results styles and text on channels without files (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
jespino committed Apr 14, 2021
1 parent f8cb782 commit a7949a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/no_results_indicator/no_results_indicator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
&.icon {
font-size: 62px;
color: v(button-bg);
color: var(--button-bg);
}
}

Expand Down
2 changes: 1 addition & 1 deletion i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit a7949a5

Please sign in to comment.