Skip to content

Commit

Permalink
fix: Make notification channel name more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaass committed Sep 17, 2023
1 parent 99e7c71 commit 6da7927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<string name="moon_wrong_file_format">Moon 文件格式错误</string>
<string name="moon_world_id_hint">Moon 结点的 Zerotier 地址。即 Moon 文件的文件名(不包含扩展名)。</string>
<string name="cached_moon_file_delete">已删除缓存的 Moon 文件。需手动重连使配置生效。</string>
<string name="channel_name">ZeroTier Fix</string>
<string name="channel_name">连接状态通知</string>
<string name="channel_description">连接状态</string>
<string name="notification_title_connected">已连接</string>
<string name="notification_text_connected">已连接至网络: %1$s</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<string name="moon_wrong_file_format">Wrong moon file format</string>
<string name="moon_world_id_hint">Zerotier address of Moon node. Also filename of its moon file.</string>
<string name="cached_moon_file_delete">Cached moon file deleted. Reconnect for this setting to take effect.</string>
<string name="channel_name">ZeroTier Fix</string>
<string name="channel_name">Connection Status Notify</string>
<string name="channel_description">Connection Status</string>
<string name="notification_title_connected">Connected</string>
<string name="notification_text_connected">Connected to: %1$s</string>
Expand Down

0 comments on commit 6da7927

Please sign in to comment.