Skip to content
Snippets Groups Projects
Unverified Commit 26f4673e authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Fix copy in custom font settings (#23739)

parent 6852378d
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ const DisplayOptionsPane = ({
value={displayOptions.font}
options={[
{
name: t`Use global font`,
name: t`Use instance font`,
value: null,
},
...MetabaseSettings.get("available-fonts").map(font => ({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment