diff --git a/app/src/main/resources/io/xpipe/app/resources/lang/intro_en.properties b/app/src/main/resources/io/xpipe/app/resources/lang/intro_en.properties index 44af3e2f..8a69bd3c 100644 --- a/app/src/main/resources/io/xpipe/app/resources/lang/intro_en.properties +++ b/app/src/main/resources/io/xpipe/app/resources/lang/intro_en.properties @@ -13,7 +13,7 @@ dataSourceIntroText=Text data sources contain readable text that can\ncome in a dataSourceIntroBinary=Binary data sources contain binary data. They\ncan be used when the data should be handled and preserved byte by byte. dataSourceIntroCollection=Collection data sources contain multiple sub data sources. \nExamples are zip files or file system directories. storeIntroTitle=Connection Hub -storeIntroDescription=Connect to shells, remote systems, databases, and more. +storeIntroDescription=Here you can manage all your shell connections, local and remote, in one place storeStreamDescription=Stream connections produce raw byte data\nthat can be used to construct data sources from. storeMachineDescription=To start off, here you can quickly detect available\nconnections automatically and choose which ones to add. detectConnections=Search for connections diff --git a/version b/version index e2cb4ecb..1dff0887 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.7.9-3 \ No newline at end of file +1.7.9-4 \ No newline at end of file