diff --git a/proto/spaces/spaces.proto b/proto/spaces/spaces.proto
index c9234695d088e532e79c162fdacc90bd98cf1528..7316d7960e359abbac4d9c015a7a0d56a7732e3c 100644
--- a/proto/spaces/spaces.proto
+++ b/proto/spaces/spaces.proto
@@ -34,7 +34,7 @@ message StateInfo {
   State state = 1;
   string info = 2;
   int32 db_version = 3;
-  google.protobuf.Timestamp started_at = 4;
+  google.protobuf.Timestamp time = 4;
 }
 
 message Config {