Skip to content

Commit

Permalink
Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed May 31, 2024
1 parent 23f520b commit 5482f6d
Show file tree
Hide file tree
Showing 9 changed files with 1,533 additions and 1,305 deletions.
2 changes: 1 addition & 1 deletion openatlas/display/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def add_data(self) -> None:
'</span>')

self.data[_('creator')] = self.entity.creator
self.data[_('license_holder')] = self.entity.license_holder
self.data[_('license holder')] = self.entity.license_holder
self.data[_('size')] = self.entity.get_file_size()
self.data[_('extension')] = self.entity.get_file_ext()

Expand Down
Loading

0 comments on commit 5482f6d

Please sign in to comment.