Browse Source

Capitalizes experiemental

main
Eric Amodio 2 years ago
parent
commit
4ae459ecaa
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      README.md
  2. +2
    -2
      src/webviews/apps/plus/graph/GraphWrapper.tsx
  3. +1
    -1
      src/webviews/apps/settings/partials/views.repositories.html

+ 1
- 1
README.md View File

@ -375,7 +375,7 @@ The Repositories view lists opened Git repositories, and additionally provides:
- **Stashes** — [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows the stashes, similar to the [Stashes view](#stashes-view- 'Stashes view') - **Stashes** — [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows the stashes, similar to the [Stashes view](#stashes-view- 'Stashes view')
- **Tags** — [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows the tags, similar to the [Tags view](#tags-view- 'Tags view') - **Tags** — [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows the tags, similar to the [Tags view](#tags-view- 'Tags view')
- **Contributors** — [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows the contributors, similar to the [Contributors view](#contributors-view- 'Contributors view') - **Contributors** — [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows the contributors, similar to the [Contributors view](#contributors-view- 'Contributors view')
- **Incoming Activity** (experimental) — [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows any incoming activity, which lists the command, branch (if available), and date of recent incoming activity (merges and pulls) to your local repository
- **Incoming Activity** (Experimental) — [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows any incoming activity, which lists the command, branch (if available), and date of recent incoming activity (merges and pulls) to your local repository
--- ---

+ 2
- 2
src/webviews/apps/plus/graph/GraphWrapper.tsx View File

@ -1222,8 +1222,8 @@ export function GraphWrapper({
<button <button
type="button" type="button"
className="action-button action-button--narrow" className="action-button action-button--narrow"
title="Toggle Minimap (experimental)"
aria-label="Toggle Minimap (experimental)"
title="Toggle Minimap (Experimental)"
aria-label="Toggle Minimap (Experimental)"
onClick={handleOnToggleMinimap} onClick={handleOnToggleMinimap}
> >
<span className="codicon codicon-graph-line action-button__icon"></span> <span className="codicon codicon-graph-line action-button__icon"></span>

+ 1
- 1
src/webviews/apps/settings/partials/views.repositories.html View File

@ -220,7 +220,7 @@
data-setting data-setting
/> />
<label for="views.repositories.showIncomingActivity" <label for="views.repositories.showIncomingActivity"
>Incoming Activity (experimental)</label
>Incoming Activity (Experimental)</label
> >
</div> </div>
</div> </div>

Loading…
Cancel
Save