Skip to content

Commit d435c38

Browse files
committed
Rename stop/restart app buttons
1 parent d8f8982 commit d435c38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/fragments/navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
data-toggle="modal" data-target="#switchInstancesModal" th:if="${isAppPage && (maxInstances > 1 || maxInstances == -1)}" >Switch instance</a>
3939

4040
<a role="button" class="btn btn-primary btn-sm" onclick="Shiny.instances.eventHandlers.onRestartInstance();"
41-
th:if="${isAppPage && maxInstances == 1}" >Restart instance</a>
41+
th:if="${isAppPage && maxInstances == 1}" >Restart app</a>
4242

4343
<a role="button" class="btn btn-primary btn-sm" onclick="Shiny.instances.eventHandlers.onDeleteInstance();"
44-
th:if="${isAppPage && maxInstances == 1}" >Stop instance</a>
44+
th:if="${isAppPage && maxInstances == 1}" >Stop app</a>
4545

4646
<a role="button" class="btn btn-primary btn-sm" th:if="${isSupportEnabled}"
4747
data-toggle="modal" data-target="#reportIssueModal">Report Issue</a>

0 commit comments

Comments
 (0)