diff options
author | RaindropsSys <contact@minteck.org> | 2023-05-13 19:26:02 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-05-13 19:26:02 +0200 |
commit | a249ac5c1de45cb188aec32010b6097c606e6aed (patch) | |
tree | 434cc865014b06a8ff58dd5752f95164b99ea2a0 /app/src/main/res/values/values.xml | |
parent | d1d855bed901003a4dd3bb5f3da49f477786f83a (diff) | |
download | delta-android-a249ac5c1de45cb188aec32010b6097c606e6aed.tar.gz delta-android-a249ac5c1de45cb188aec32010b6097c606e6aed.tar.bz2 delta-android-a249ac5c1de45cb188aec32010b6097c606e6aed.zip |
Updated 6 files (automated)
Diffstat (limited to 'app/src/main/res/values/values.xml')
-rw-r--r-- | app/src/main/res/values/values.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values/values.xml b/app/src/main/res/values/values.xml index ee1eb49..b942dbc 100644 --- a/app/src/main/res/values/values.xml +++ b/app/src/main/res/values/values.xml @@ -1,5 +1,6 @@ <resources> <string name="app_name" translatable="false">Equestria.dev Delta</string> <string name="app_launch_name" translatable="false">Delta</string> - <string name="delta_root" translatable="false">https://delta.equestria.dev</string> + <string name="delta_root_production" translatable="false">https://delta.equestria.dev</string> + <string name="delta_root_staging" translatable="false">https://delta-staging.equestria.dev</string> </resources>
\ No newline at end of file |