有没有办法从帝国主题(或任何其他主题)中 change/update 有思想的 liquid.view 变量?

Is there a way to change/update the thinkific liquid.view variables from the empire theme(or any other theme)?

我目前一直在 thinkific plus 平台上研究帝国主题。在登录页面上,登录表单上方有一个文本 "Welcome back !"。我想将其更改为 "Welcome back to my School of AAA"。 目前我在 signin_form

中评论了以下内容

我知道这已经晚了,但您可以在主题库中更改它,然后编辑代码 -> 部分 ->signin_form,更改此 {{ 'liquid.views.sign_in_page.header_welcome_back' |将 }} 翻译成

<article class="sign-in__form">
  <h2 class="page__heading">
   {{ 'liquid.views.sign_in_page.header_welcome_back' | translate }}
  </h2>

到{{ 'Welcome back to my School of AAA' }}