Skip to content

Commit

Permalink
🚸 fix: 优化提示文案
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 10, 2021
1 parent ccba38b commit e86d3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/options/Token/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Token = () => {
onClick={async () => {
const data = await checkTokenValid();
if (data) {
message.success('Token 有效 🎉 已自动保存 ');
message.success('Token 有效 🎉 ,将自动保存... ');
syncToCloudStorage();
} else {
message.error('Token 无效,请重试');
Expand Down

0 comments on commit e86d3d7

Please sign in to comment.