Son NK 4 年之前
父节点
当前提交
459f821036
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/dashboard/templates/dashboard/setting.html

+ 2 - 2
app/dashboard/templates/dashboard/setting.html

@@ -28,7 +28,7 @@
           You have lifetime access to the Premium plan.
           {% if not current_user.paid_lifetime %}
             <br>
-            To support Simple Login you can switch to a paid plan. <br>
+            To support SimpleLogin you can switch to a paid plan. <br>
             <a href="{{ url_for('dashboard.pricing') }}" class="btn btn-sm btn-outline-primary">Upgrade</a>
           {% endif %}
         {% elif current_user.get_subscription() %}
@@ -44,7 +44,7 @@
           ({{ manual_sub.end_at.format("YYYY-MM-DD") }}).
           {% if manual_sub.is_giveaway %}
             <br>
-            To gain additional features and support Simple Login you can upgrade to a Premium plan. <br>
+            To gain additional features and support SimpleLogin you can upgrade to a Premium plan. <br>
             <a href="{{ url_for('dashboard.pricing') }}" class="btn btn-sm btn-outline-primary">Upgrade</a>
           {% endif %}