forked from MapComplete/MapComplete
Chore: fix typo
This commit is contained in:
parent
6f3bb5b80b
commit
40aef4bc58
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ class GpsAllTags extends SpecialVisualizationSvelte {
|
|||
}
|
||||
}
|
||||
|
||||
class StorageAlLTags extends SpecialVisualizationSvelte {
|
||||
class StorageAllTags extends SpecialVisualizationSvelte {
|
||||
funcName = "storage_all_tags"
|
||||
group = "settings"
|
||||
docs = "Shows the current state of storage"
|
||||
|
@ -234,7 +234,7 @@ export class SettingsVisualisations {
|
|||
new DisabledQuestionsVis(),
|
||||
new GyroscopeAllTags(),
|
||||
new GpsAllTags(),
|
||||
new StorageAlLTags(),
|
||||
new StorageAllTags(),
|
||||
new ClearCachesVis(),
|
||||
new LoginButtonVis(),
|
||||
new QrLogin(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue