mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
i18n: userManager translation + some forgotten translations (#557)
* translation: add userManager translation + some forgotten translations * use '\' caracter for multiple-line strings
This commit is contained in:
@@ -660,8 +660,9 @@ export class ChartConfig extends GrainJSDisposable {
|
||||
),
|
||||
dom.domComputed(this._optionsObj.prop('errorBars'), (value: ChartOptions["errorBars"]) =>
|
||||
value === 'symmetric' ? cssRowHelp(t("Each Y series is followed by a series for the length of error bars.")) :
|
||||
value === 'separate' ? cssRowHelp(t("Each Y series is followed by two series, for " +
|
||||
"top and bottom error bars."))
|
||||
value === 'separate' ? cssRowHelp(
|
||||
t("Each Y series is followed by two series, for top and bottom error bars.")
|
||||
)
|
||||
: null
|
||||
),
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user