mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Change translation keys for ui directory
This commit is contained in:
@@ -20,23 +20,23 @@ export class GridOptions extends Disposable {
|
||||
public buildDom() {
|
||||
const section = this._section;
|
||||
return [
|
||||
cssLabel(t('GridOptions')),
|
||||
cssLabel(t("Grid Options")),
|
||||
dom('div', [
|
||||
cssRow(
|
||||
checkbox(setSaveValueFromKo(this, section.optionsObj.prop('verticalGridlines'))),
|
||||
t('VerticalGridlines'),
|
||||
t("Vertical Gridlines"),
|
||||
testId('v-grid-button')
|
||||
),
|
||||
|
||||
cssRow(
|
||||
checkbox(setSaveValueFromKo(this, section.optionsObj.prop('horizontalGridlines'))),
|
||||
t('HorizontalGridlines'),
|
||||
t("Horizontal Gridlines"),
|
||||
testId('h-grid-button')
|
||||
),
|
||||
|
||||
cssRow(
|
||||
checkbox(setSaveValueFromKo(this, section.optionsObj.prop('zebraStripes'))),
|
||||
t('ZebraStripes'),
|
||||
t("Zebra Stripes"),
|
||||
testId('zebra-stripe-button')
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user