more commentary, including for blank values for the user

This commit is contained in:
2023-12-02 23:15:50 -07:00
parent 681d949098
commit 4041a7d08e
3 changed files with 12 additions and 4 deletions

View File

@@ -377,6 +377,11 @@
Use Test 2
</button>
</div>
<span class="px-4 text-sm" v-if="!webPushServerInput">
When that setting is blank, this app will use the default web push
server URL:
{{ AppConstants.DEFAULT_PUSH_SERVER }}
</span>
</div>
</section>
</template>