commit 45a78fa14f5c8088dc703781bdb86a0c792246b2
parent 34970b38bbec1699b98c5b66650c2927cfa6dcf5
Author: Terry Yiu <963907+tyiu@users.noreply.github.com>
Date: Sat, 29 Apr 2023 15:04:50 -0400
Rename 'Liked by' to 'Reacted by'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/damus/Models/HomeModel.swift b/damus/Models/HomeModel.swift
@@ -1153,7 +1153,7 @@ func create_local_notification(profiles: Profiles, notify: LocalNotification) {
title = String(format: NSLocalizedString("Reposted by %@", comment: "Reposted by heading in local notification"), displayName)
identifier = "myBoostNotification"
case .like:
- title = String(format: NSLocalizedString("Liked by %@", comment: "Liked by heading in local notification"), displayName)
+ title = String(format: NSLocalizedString("Reacted by %@", comment: "Reacted by heading in local notification"), displayName)
identifier = "myLikeNotification"
case .dm:
title = String(format: NSLocalizedString("%@", comment: "DM by heading in local notification"), displayName)