[fix][arch] update notifications are not localized

This commit is contained in:
Vinícius Moreira
2020-04-14 10:00:00 -03:00
parent 7abe146dbe
commit ad9abe93c8
3 changed files with 10 additions and 10 deletions

View File

@@ -60,9 +60,6 @@ class ArchPackage(SoftwarePackage):
def get_type(self):
return 'aur' if self.repository == 'aur' else 'arch_repo'
def get_update_type(self):
return 'Arch - {}'.format('AUR' if self.repository == 'aur' else 'Repository')
def get_default_icon_path(self) -> str:
return self.get_type_icon_path()