Skip to content

Commit

Permalink
Merge pull request #1055 from planetary-social/three-dots-menu-change
Browse files Browse the repository at this point in the history
From 'Report Note' to 'Flag This Content'
  • Loading branch information
dcadenas authored Apr 19, 2024
2 parents 47143b6 + 1dc0490 commit a61c551
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Changed "Report note" button to "Flag this content"
- We are now publishing the relay list when registering a new NIP-05 username so
that other users can find you more easily.

Expand Down
32 changes: 16 additions & 16 deletions Nos/Assets/Localization/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -9960,50 +9960,50 @@
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Note melden"
"state" : "needs_review",
"value" : "Inhalt markieren"
}
},
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Report note"
"value" : "Flag This Content"
}
},
"fa" : {
"stringUnit" : {
"state" : "translated",
"value" : "گزارش یادداشت"
"state" : "needs_review",
"value" : "علامت‌گذاری این محتوا"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "ノートを報告する"
"state" : "needs_review",
"value" : "このコンテンツをフラグする"
}
},
"nl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Notitie rapporteren"
"state" : "needs_review",
"value" : "Deze inhoud markeren"
}
},
"sv" : {
"stringUnit" : {
"state" : "translated",
"value" : "Rapportera anteckning"
"state" : "needs_review",
"value" : "Markera detta innehåll"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "举报笔记"
"state" : "needs_review",
"value" : "标记此内容"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "舉報筆記"
"state" : "needs_review",
"value" : "標記此筆記"
}
}
}
Expand Down Expand Up @@ -13583,4 +13583,4 @@
}
},
"version" : "1.0"
}
}
2 changes: 1 addition & 1 deletion Nos/Views/NoteOptionsButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ struct NoteOptionsButton: View {
analytics.viewedNoteSource()
showingSource = true
}
Button(String(localized: .localizable.reportNote), role: .destructive) {
Button(String(localized: .localizable.reportNote)) {
showingReportMenu = true
}
}
Expand Down

0 comments on commit a61c551

Please sign in to comment.