correct the verbose name

In the user facing side Ram should be written RAM
This commit is contained in:
Andreas Zweili 2017-12-25 00:02:13 +01:00
parent 704cfcecad
commit 52fa53e0df
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ modules and disks to a computer.
#+BEGIN_SRC python :tangle ../inventory/admin.py :padline 2
class RamInLine(admin.StackedInline):
model = ComputerRamRelation
verbose_name_plural = 'Ram Modules'
verbose_name_plural = 'RAM Modules'
class DiskInLine(admin.StackedInline):