fix: heading
Build / Flatpak (x86_64) (push) Failing after 3m42s Details

This commit is contained in:
0xMRTT 2023-08-02 17:23:32 +02:00
parent 38c75f2ae3
commit 437ca99748
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class ThreadItem(Gtk.Box):
def on_delete(self, *args):
dialog = Adw.MessageDialog(
title=_("Delete Thread"),
heading=_("Delete Thread"),
body=_("Are you sure you want to delete this thread?"),
body_use_markup=True
)