diff --git a/browser/src/control/Control.NotebookbarCalc.js b/browser/src/control/Control.NotebookbarCalc.js index 96a1e937e58b..538bb8cadefc 100644 --- a/browser/src/control/Control.NotebookbarCalc.js +++ b/browser/src/control/Control.NotebookbarCalc.js @@ -1388,7 +1388,7 @@ L.Control.NotebookbarCalc = L.Control.NotebookbarWriter.extend({ } : {}, (this._map['wopi'].EnableRemoteAIContent) ? { 'id': 'insert-insert-remote-ai-content', - 'class': 'unoremotelink', + 'class': 'unoremoteaicontent', 'type': 'bigcustomtoolitem', 'text': _('Assistant'), 'command': 'remoteaicontent', diff --git a/browser/src/control/Control.NotebookbarDraw.js b/browser/src/control/Control.NotebookbarDraw.js index b9ad80d1b9ad..4076d46780bf 100644 --- a/browser/src/control/Control.NotebookbarDraw.js +++ b/browser/src/control/Control.NotebookbarDraw.js @@ -1280,7 +1280,7 @@ L.Control.NotebookbarDraw = L.Control.NotebookbarImpress.extend({ } : {}, (this._map['wopi'].EnableRemoteAIContent) ? { 'id': 'insert-insert-remote-ai-content', - 'class': 'unoremotelink', + 'class': 'unoremoteaicontent', 'type': 'bigcustomtoolitem', 'text': _('Assistant'), 'command': 'remoteaicontent', diff --git a/browser/src/control/Control.NotebookbarImpress.js b/browser/src/control/Control.NotebookbarImpress.js index 3894da62fbe9..9bd3820992c5 100644 --- a/browser/src/control/Control.NotebookbarImpress.js +++ b/browser/src/control/Control.NotebookbarImpress.js @@ -1292,7 +1292,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({ }, (this._map['wopi'].EnableRemoteAIContent) ? { 'id': 'insert-insert-remote-ai-content', - 'class': 'unoremotelink', + 'class': 'unoremoteaicontent', 'type': 'bigcustomtoolitem', 'text': _('Assistant'), 'command': 'remoteaicontent', diff --git a/browser/src/control/Control.NotebookbarWriter.js b/browser/src/control/Control.NotebookbarWriter.js index d87b168467a5..64626384843e 100644 --- a/browser/src/control/Control.NotebookbarWriter.js +++ b/browser/src/control/Control.NotebookbarWriter.js @@ -1138,7 +1138,7 @@ L.Control.NotebookbarWriter = L.Control.Notebookbar.extend({ }, (this._map['wopi'].EnableRemoteAIContent) ? { 'id': 'insert-insert-remote-ai-content', - 'class': 'unoremotelink', + 'class': 'unoremoteaicontent', 'type': 'bigcustomtoolitem', 'text': _('Assistant'), 'command': 'remoteaicontent',