Skip to content
Snippets Groups Projects
Unverified Commit e2e6a170 authored by Anton Kulyk's avatar Anton Kulyk Committed by GitHub
Browse files

Change button label (#24531)

parent da88cc8a
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@ if (hasPremiumFeature("advanced_config")) {
const isPersisted = model.isPersisted();
return {
title: isPersisted ? t`Unpersist model` : t`Persist model`,
title: isPersisted ? t`Turn model caching off` : t`Turn model caching on`,
action: () => toggleModelPersistence(model, onChange),
icon: "database",
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment