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