Skip to content

Commit 1c676e9

Browse files
committed
fix typo
1 parent 432877b commit 1c676e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h2>创建通知任务</h2>
201201
<!-- 渠道管理 -->
202202
<div class="channel-management">
203203
<h3 style="margin-top: 30px; margin-bottom: 15px; color: var(--text-strong); font-size: 1.2rem;">我的通知渠道</h3>
204-
<button class="btn btn-sm btn-info" onclick="openChannelModal()">保存渠道</button>
204+
<button class="btn btn-sm btn-info" onclick="openChannelModal()">添加渠道</button>
205205
<div id="userChannels" class="channel-list">
206206
<!-- 动态生成用户渠道列表 -->
207207
</div>
@@ -316,7 +316,7 @@ <h2>添加通知渠道</h2>
316316
</div>
317317
</div>
318318

319-
<button type="submit" class="btn btn-primary">添加渠道</button>
319+
<button type="submit" class="btn btn-primary">保存渠道</button>
320320
</form>
321321
</div>
322322
</div>

0 commit comments

Comments
 (0)