File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,6 @@ import (
11
11
)
12
12
13
13
const (
14
- //
15
- // Section: Legacy Push Notifications (don't follow key conventions)
16
- //
17
-
18
- PushTitleDepositReceived = "push.title.depositReceived"
19
- PushSubtitleDepositReceived = "push.subtitle.depositReceived"
20
-
21
- PushTitleKinReturned = "push.title.kinReturned"
22
- PushSubtitleKinReturned = "push.subtitle.kinReturned"
23
14
24
15
//
25
16
// Section: Core
@@ -32,8 +23,14 @@ const (
32
23
// Section: Pushes
33
24
//
34
25
35
- PushTitleTwitterAccountConnected = "title.push.twitterAccountConnected"
36
- PushSubtitleTwitterAccountConnected = "subtitle.push.twitterAccountConnected"
26
+ PushTitleDepositReceived = "push.title.depositReceived"
27
+ PushSubtitleDepositReceived = "push.subtitle.depositReceived"
28
+
29
+ PushTitleKinReturned = "push.title.kinReturned"
30
+ PushSubtitleKinReturned = "push.subtitle.kinReturned"
31
+
32
+ PushTitleTwitterAccountConnected = "push.title.twitterAccountConnected"
33
+ PushSubtitleTwitterAccountConnected = "push.subtitle.twitterAccountConnected"
37
34
38
35
//
39
36
// Section: Chats
You can’t perform that action at this time.
0 commit comments