diff --git a/API Server/internal/plugins/builtin/openweather/openweather.go b/API Server/internal/plugins/builtin/openweather/openweather.go index 5956de3..25bb0e9 100644 --- a/API Server/internal/plugins/builtin/openweather/openweather.go +++ b/API Server/internal/plugins/builtin/openweather/openweather.go @@ -160,8 +160,8 @@ func (p *Plugin) Descriptor() plugins.Descriptor { Help: "Longitude used by the health probe and by calls that supply no location (−180…180)."}, {Key: "lang", Label: "Language", Type: "text", Help: "Optional ISO language code for human-readable weather descriptions (e.g. en, pl, de). Leave blank for the API default."}, - {Key: "callsPerMinute", Label: "Calls per minute limit", Type: "number", Default: "60", - Help: "Your OpenWeather plan's per-minute call limit (the free tier is 60). Used only to gauge usage in the app — OpenWeather does not report remaining quota, so the app counts the calls it makes against this number."}, + {Key: "callsPerMinute", Label: "Calls per minute limit", Type: "number", + Help: "Your OpenWeather plan's per-minute call limit (the free tier is 60). Used only to gauge usage in the app — OpenWeather does not report remaining quota, so the app counts the calls it makes against this number. Leave blank to let each organization or user set their own limit; the app falls back to 60 when no layer sets one."}, }, } } diff --git a/Web App/web/src/components/Settings.vue b/Web App/web/src/components/Settings.vue index 4babda2..8661143 100644 --- a/Web App/web/src/components/Settings.vue +++ b/Web App/web/src/components/Settings.vue @@ -1891,7 +1891,7 @@ onBeforeUnmount(() => { - +