Skip to content

Commit

Permalink
remove call logs placeholder in backup (#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkowalczyk87 committed Aug 13, 2024
1 parent c29179f commit cf396b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,6 @@
"module.genericBackup.restoreButtonLabel": "Restore from backup",
"module.genericViews.update.tag": "Update is available ({version}).",
"module.genericViews.update.actionLabel": "You can update it on your device.",
"module.genericViews.backup.features.comingSoon.callLog": "Call log (coming soon!)",
"module.genericViews.backup.features.comingSoon.messages": "Messages (coming soon!)",
"module.genericViews.backup.features.comingSoon.notes": "Notes (coming soon!)",
"module.genericViews.backup.features.comingSoon.calendar": "Calendar events (coming soon!)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ const messages = defineMessages({
})

const comingSoonMessages = defineMessages({
callLog: {
id: "module.genericViews.backup.features.comingSoon.callLog",
},
messages: {
id: "module.genericViews.backup.features.comingSoon.messages",
},
Expand Down

0 comments on commit cf396b4

Please sign in to comment.