From ec6af897c52873822f8650e6771e6b554886dbbd Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 13 Sep 2020 16:48:43 -0400 Subject: [PATCH] Updates view descriptions --- src/webviews/apps/settings/partials/views.branches.html | 2 +- src/webviews/apps/settings/partials/views.commits.html | 2 +- src/webviews/apps/settings/partials/views.remotes.html | 4 +++- src/webviews/apps/settings/partials/views.stashes.html | 2 +- src/webviews/apps/settings/partials/views.tags.html | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/webviews/apps/settings/partials/views.branches.html b/src/webviews/apps/settings/partials/views.branches.html index 20acf2e..c6b79f0 100644 --- a/src/webviews/apps/settings/partials/views.branches.html +++ b/src/webviews/apps/settings/partials/views.branches.html @@ -11,7 +11,7 @@ -

Adds a Branches view to visualize, navigate, and explore Git branches

+

Adds a Branches view to visualize, explore, and manage Git branches

diff --git a/src/webviews/apps/settings/partials/views.commits.html b/src/webviews/apps/settings/partials/views.commits.html index e8a4d86..b887d88 100644 --- a/src/webviews/apps/settings/partials/views.commits.html +++ b/src/webviews/apps/settings/partials/views.commits.html @@ -11,7 +11,7 @@ -

Adds a Commits view to visualize, navigate, and explore Git commits

+

Adds a Commits view to visualize, explore, and manage Git commits

diff --git a/src/webviews/apps/settings/partials/views.remotes.html b/src/webviews/apps/settings/partials/views.remotes.html index b9b9654..ba798ab 100644 --- a/src/webviews/apps/settings/partials/views.remotes.html +++ b/src/webviews/apps/settings/partials/views.remotes.html @@ -11,7 +11,9 @@ -

Adds a Remotes view to visualize, navigate, and explore Git remotes

+

+ Adds a Remotes view to visualize, explore, and manage Git remotes and remote branches +

diff --git a/src/webviews/apps/settings/partials/views.stashes.html b/src/webviews/apps/settings/partials/views.stashes.html index 8961f4f..c79aff7 100644 --- a/src/webviews/apps/settings/partials/views.stashes.html +++ b/src/webviews/apps/settings/partials/views.stashes.html @@ -11,7 +11,7 @@ -

Adds a Stashes view to visualize, navigate, and explore Git stashes

+

Adds a Stashes view to visualize, explore, and manage Git stashes

diff --git a/src/webviews/apps/settings/partials/views.tags.html b/src/webviews/apps/settings/partials/views.tags.html index 6cfb6e4..1bd0f84 100644 --- a/src/webviews/apps/settings/partials/views.tags.html +++ b/src/webviews/apps/settings/partials/views.tags.html @@ -11,7 +11,7 @@ -

Adds a Tags view to visualize, navigate, and explore Git tags

+

Adds a Tags view to visualize, explore, and manage Git tags