mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
copyedits on relative auto-close
This commit is contained in:
@ -105,8 +105,7 @@ div.ac-wrap {
|
|||||||
width: 150px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
.examples {
|
.examples {
|
||||||
color: $primary;
|
color: lighten($primary, 40%);
|
||||||
font-style: italic;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -708,9 +708,9 @@ en:
|
|||||||
auto_close:
|
auto_close:
|
||||||
label: "Auto-close topic time:"
|
label: "Auto-close topic time:"
|
||||||
error: "Please enter a valid value."
|
error: "Please enter a valid value."
|
||||||
based_on_last_post: "Auto-close based on last post."
|
based_on_last_post: "Don't close until the last post in the topic is at least this old."
|
||||||
all:
|
all:
|
||||||
units: "(# of hours, a time or a timestamp)"
|
units: ""
|
||||||
examples: 'Enter number of hours (24), absolute time (17:30) or timestamp (2013-11-22 14:00).'
|
examples: 'Enter number of hours (24), absolute time (17:30) or timestamp (2013-11-22 14:00).'
|
||||||
limited:
|
limited:
|
||||||
units: "(# of hours)"
|
units: "(# of hours)"
|
||||||
|
Reference in New Issue
Block a user