From d85cf2024b35420226a00a7e3b1519aeb4ef78ea Mon Sep 17 00:00:00 2001 From: Stephane Mensah Date: Mon, 16 Mar 2020 09:58:58 +0000 Subject: [PATCH] Docs: fix incorrect link to Dashboard in locale.md (#2128) - Replaced incorrect link to the Dashboard docs: `http://localhost/docs/dashboard/#locale` -> `https://uppy.io/docs/dashboard/#locale` - Replaced `here's Dashboard` with a meaningful sentence. --- website/src/docs/locales.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/locales.md b/website/src/docs/locales.md index 23f6ef70f..7a2f68aec 100644 --- a/website/src/docs/locales.md +++ b/website/src/docs/locales.md @@ -46,7 +46,7 @@ var uppy = Uppy.Core({ ## Overriding locale strings for a specific plugin -Many plugins come with their own locale strings, and the packs we provide consist of most of those strings. You can, however, override a locale string for a specific plugin, regardless of whether you are using locale pack or not. See the plugin documentation for the list of locale strings it uses (for example, [here’s Dashboard](http://localhost:4000/docs/dashboard/#locale)). +Many plugins come with their own locale strings, and the packs we provide consist of most of those strings. You can, however, override a locale string for a specific plugin, regardless of whether you are using locale pack or not. See the plugin documentation for the list of locale strings it uses (for example, [here’s how to use it with the Dashboard UI](https://uppy.io/docs/dashboard/#locale)). ```js const Uppy = require('@uppy/core')