There was an error while loading. Please reload this page.
1 parent 0d6ea68 commit 8731d8aCopy full SHA for 8731d8a
1 file changed
app/nlpui.html
@@ -76,7 +76,7 @@
76
<div class="buttons">
77
<a class="button is-warning" @click="resetAllSettings()">Reset all settings</a>
78
<a class="button" @click="copyResponsesToClipboard()">Copy responses to clipboard</a>
79
- <a class="button" v-if="isServiceWorking" @click="cacheAllResponses()">Cache all responses {{cachingMessage}}</a>
+ <a class="button" v-if="isServiceWorking" @click="cacheAllResponses()">Show all responses {{cachingMessage}}</a>
80
<a class="button is-warning" v-if="isServiceWorking" @click="removeCachedResponsesBySelectedModel()">Remove cached responses</a>
81
</div>
82
0 commit comments