更改基于 MS Teams 搜索的消息扩展中的登录文本

Change sign in text in MS Teams search based messaging extension

 def sign_in_response(self):
        data = {
            "composeExtension": {
                "type": "auth",
                "suggestedActions": {
                    "actions": [
                        {
                            "type": "openUrl",
                            "value": settings.LOGIN_PAGE,
                            "title": "Sign in to Sentieo"
                        }
                    ]
                }
            }
        }
        return data

这是响应,我用于登录操作,“标题”正在更改顶行,如屏幕截图所示。

有什么方法可以改变底部的文字吗? 而不是“您需要登录才能使用此应用程序”。 ->“您需要登录才能使用 Sentieo App”

目前无法自定义此文本。你能 post 关于 Microsoft Teams feedback portal on UserVoice 的功能建议吗?