From b402255562371b6ed8ea32599820aaf30122a355 Mon Sep 17 00:00:00 2001 From: Joscha Mennicken Date: Tue, 25 Jun 2024 15:53:55 +0200 Subject: [PATCH] Tweak autodetect button labels A plain "Autodetect" makes more sense than talking about "detected values". --- .../src/main/resources/partials/mathematica_config.html | 6 +++--- .../src/main/resources/partials/wolframengine_config.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/keymaerax-webui/src/main/resources/partials/mathematica_config.html b/keymaerax-webui/src/main/resources/partials/mathematica_config.html index cd34dc27a4..5f0b70a005 100644 --- a/keymaerax-webui/src/main/resources/partials/mathematica_config.html +++ b/keymaerax-webui/src/main/resources/partials/mathematica_config.html @@ -8,7 +8,7 @@

* Save - +

@@ -44,7 +44,7 @@

data-placement="bottom" aria-expanded="false" ng-click="setDefaultMathKernel()" title="{{mathematicaConfigSuggestion.suggestion.kernelPath}}{{mathematicaConfigSuggestion.suggestion.kernelName}}"> - Reset toUse detected value + Autodetect @@ -72,7 +72,7 @@

data-placement="bottom" aria-expanded="false" ng-click="setDefaultJLinkLibPath()" title="{{mathematicaConfigSuggestion.suggestion.jlinkPath}}{{mathematicaConfigSuggestion.suggestion.jlinkName}}"> - Reset toUse detected value + Autodetect diff --git a/keymaerax-webui/src/main/resources/partials/wolframengine_config.html b/keymaerax-webui/src/main/resources/partials/wolframengine_config.html index 322d5691d9..acb245c237 100644 --- a/keymaerax-webui/src/main/resources/partials/wolframengine_config.html +++ b/keymaerax-webui/src/main/resources/partials/wolframengine_config.html @@ -8,7 +8,7 @@

* Save - +

@@ -44,7 +44,7 @@

data-placement="bottom" aria-expanded="false" ng-click="setDefaultMathKernel()" title="{{wolframEngineConfigSuggestion.suggestion.kernelPath}}{{wolframEngineConfigSuggestion.suggestion.kernelName}}"> - Reset toUse detected value + Autodetect @@ -72,7 +72,7 @@

data-placement="bottom" aria-expanded="false" ng-click="setDefaultJLinkLibPath()" title="{{wolframEngineConfigSuggestion.suggestion.jlinkPath}}{{wolframEngineConfigSuggestion.suggestion.jlinkName}}"> - Reset toUse detected value + Autodetect