This commit is contained in:
Gerhard Schlager 2021-05-19 03:09:50 +02:00 committed by GitHub
parent 05c1d3c9cd
commit 0eecf8aaa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ export default Component.extend({
reasonKeys: [
"not_listening_to_staff",
"consuming_staff_time",
"combatative",
"combative",
"in_wrong_place",
"no_constructive_purpose",
CUSTOM_REASON_KEY,

View File

@ -4359,7 +4359,7 @@ en:
yaml:
text: "YAML"
title: "Define theme settings in YAML format"
scss_color_variables_warning: "Using core SCSS color variables in themes is deprecated. Please use CSS custom properties instead. See <a href=\"https://meta.discourse.org/t/-/77551#color-variables-2\" target=\"_blank\">this guide</a> for more details."
scss_color_variables_warning: 'Using core SCSS color variables in themes is deprecated. Please use CSS custom properties instead. See <a href="https://meta.discourse.org/t/-/77551#color-variables-2" target="_blank">this guide</a> for more details.'
scss_warning_inline: "Using core SCSS color variables in themes is deprecated."
colors:
select_base:
@ -4786,7 +4786,7 @@ en:
suspend_reasons:
not_listening_to_staff: "Would not listen to staff feedback"
consuming_staff_time: "Consumed disproportionate amounts of staff time"
combatative: "Too combative"
combative: "Too combative"
in_wrong_place: "In the wrong place"
no_constructive_purpose: "No constructive purpose to their actions other than creating dissent within the community"
custom: "Custom..."