diff --git a/doc/source/developer/docker.rst b/doc/source/developer/docker.rst
index af8faa40..15f1630c 100644
--- a/doc/source/developer/docker.rst
+++ b/doc/source/developer/docker.rst
@@ -47,7 +47,7 @@ Currently reserved env keys:
- ``x11-width``: for the VNC images, the X11 width
- ``x11-height``: for the VNC images, the X11 height
- ``x11-depth``: for the VNC images, the X11 depth (currently unused, fixed at 16)
- - ``srdata``: this variable can be set to a file that will be loaded by an application
+ - ``startupdata``: this variable can be set to a file that will be loaded by an application
upon startup
Container Labels
diff --git a/frontend/user/vue-components/ApplicationView.vue b/frontend/user/vue-components/ApplicationView.vue
index 1477e7c8..b352a066 100644
--- a/frontend/user/vue-components/ApplicationView.vue
+++ b/frontend/user/vue-components/ApplicationView.vue
@@ -49,7 +49,7 @@
:configDict.sync="configurable.configDict">