mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-02 16:29:39 +00:00
Update plugin extension prompt yes button text
This commit is contained in:
parent
c8682c8456
commit
cbbdb0ec29
1 changed files with 1 additions and 0 deletions
|
|
@ -793,6 +793,7 @@ export default {
|
|||
const payload = {
|
||||
message: extension.prompt.message,
|
||||
formFields: extension.prompt.formFields || [],
|
||||
yesButtonText: this.$strings.ButtonSubmit,
|
||||
callback: (confirmed, promptData) => {
|
||||
if (confirmed) {
|
||||
this.sendPluginAction(pluginId, pluginAction, promptData)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue