Skip to content

Commit

Permalink
Remove structure from title
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Jan 10, 2025
1 parent 9f2f6ea commit 356bc95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/aiidalab_qe/plugins/xas/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class XasResourceSettingsModel(PluginResourceSettingsModel):
"""Model for the XAS plugin."""

title = "XAS Structure"
title = "XAS"
identifier = "xas"

def __init__(self, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion src/aiidalab_qe/plugins/xps/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class XpsResourceSettingsModel(PluginResourceSettingsModel):
"""Model for the XPS plugin."""

title = "XPS Structure"
title = "XPS"
identifier = "xps"

def __init__(self, **kwargs):
Expand Down

0 comments on commit 356bc95

Please sign in to comment.