Modify a string
This commit is contained in:
@@ -20,7 +20,7 @@ struct TranslateView: View {
|
|||||||
@State var translated_artifacts: NoteArtifacts? = nil
|
@State var translated_artifacts: NoteArtifacts? = nil
|
||||||
|
|
||||||
var TranslateButton: some View {
|
var TranslateButton: some View {
|
||||||
Button(NSLocalizedString("Translate Note", comment: "Button to translate note from different language.")) {
|
Button(NSLocalizedString("Translate Note into your language", comment: "Button to translate note from different language.")) {
|
||||||
show_translated_note = true
|
show_translated_note = true
|
||||||
}
|
}
|
||||||
.translate_button_style()
|
.translate_button_style()
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ struct ShareAction: View {
|
|||||||
|
|
||||||
HStack(alignment: .top, spacing: 25) {
|
HStack(alignment: .top, spacing: 25) {
|
||||||
|
|
||||||
ShareActionButton(img: "link", text: NSLocalizedString("Copy Link", comment: "Button to copy link to note"), col: col) {
|
ShareActionButton(img: "link", text: NSLocalizedString("Copy Link TempChange", comment: "Button to copy link to note"), col: col) {
|
||||||
show_share_action = false
|
show_share_action = false
|
||||||
UIPasteboard.general.string = "https://damus.io/" + (bech32_note_id(event.id) ?? event.id)
|
UIPasteboard.general.string = "https://damus.io/" + (bech32_note_id(event.id) ?? event.id)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user