Skip to content

Commit 617b98a

Browse files
authored
[dashboard] Typo in install GitHub app modal (#4252)
1 parent 7f8e557 commit 617b98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/prebuilds/InstallGitHubApp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default function InstallGitHubApp() {
7474
</div>
7575
</div>
7676
</div>
77-
<Modal title="Installation Successfull" visible={modal === 'done'} onClose={goToApp} buttons={<button onClick={goToApp}>Go to Dashboard</button>}>
77+
<Modal title="Installation Successful" visible={modal === 'done'} onClose={goToApp} buttons={<button onClick={goToApp}>Go to Dashboard</button>}>
7878
<div className="pb-6 text-gray-500">The GitHub app was installed successfully. Have a look at the <a className="text-blue-500" href="https://www.gitpod.io/docs/prebuilds/" rel="noopener">documentation</a> to find out how to configure it.</div>
7979
</Modal>
8080
<Modal title="Failed to Install" visible={!!modal && modal !== 'done'} onClose={goToApp} buttons={[

0 commit comments

Comments
 (0)