aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-07-08 16:25:49 +0200
committerGitHub <noreply@github.com>2022-07-08 14:25:49 +0000
commitb4f072a1bf17ea74a8f32694b73dea1e13e4a13d (patch)
treeb535eeba55bd5d9748556235c5a814e6370ab417
parentfix: don't hardcode wrapper script executable paths (#23) (diff)
downloadmason-b4f072a1bf17ea74a8f32694b73dea1e13e4a13d.tar
mason-b4f072a1bf17ea74a8f32694b73dea1e13e4a13d.tar.gz
mason-b4f072a1bf17ea74a8f32694b73dea1e13e4a13d.tar.bz2
mason-b4f072a1bf17ea74a8f32694b73dea1e13e4a13d.tar.lz
mason-b4f072a1bf17ea74a8f32694b73dea1e13e4a13d.tar.xz
mason-b4f072a1bf17ea74a8f32694b73dea1e13e4a13d.tar.zst
mason-b4f072a1bf17ea74a8f32694b73dea1e13e4a13d.zip
chore: fix some wording (#24)
-rw-r--r--.github/ISSUE_TEMPLATE/package_installation_form.yaml2
-rw-r--r--.github/ISSUE_TEMPLATE/package_issue.yaml2
-rw-r--r--lua/mason/ui/components/help/init.lua2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/package_installation_form.yaml b/.github/ISSUE_TEMPLATE/package_installation_form.yaml
index dbd6a2e1..f9350069 100644
--- a/.github/ISSUE_TEMPLATE/package_installation_form.yaml
+++ b/.github/ISSUE_TEMPLATE/package_installation_form.yaml
@@ -44,7 +44,7 @@ body:
- type: input
attributes:
- label: Affected language packages
+ label: Affected packages
description: If this issue is specific to one or more packages, list them here. If not, write 'all'.
validations:
required: true
diff --git a/.github/ISSUE_TEMPLATE/package_issue.yaml b/.github/ISSUE_TEMPLATE/package_issue.yaml
index 9a7716a3..8becb220 100644
--- a/.github/ISSUE_TEMPLATE/package_issue.yaml
+++ b/.github/ISSUE_TEMPLATE/package_issue.yaml
@@ -57,7 +57,7 @@ body:
- type: input
attributes:
- label: Affected language packages
+ label: Affected packages
description: If this issue is specific to one or more packages, list them here. If not, write 'all'.
validations:
required: true
diff --git a/lua/mason/ui/components/help/init.lua b/lua/mason/ui/components/help/init.lua
index 97fa1552..d5db2041 100644
--- a/lua/mason/ui/components/help/init.lua
+++ b/lua/mason/ui/components/help/init.lua
@@ -97,7 +97,7 @@ local function GenericHelp(state)
Ui.HlTextNode {
{ p.Bold "Problems with package functionality" },
{
- p.muted "Please refer to each language package's own homepage for further assistance.",
+ p.muted "Please refer to each package's own homepage for further assistance.",
},
},
Ui.EmptyLine(),