Rename to Rocket.Chat Experimental (#483)

This commit is contained in:
Diego Mello 2018-10-16 17:30:34 -03:00 committed by GitHub
parent 44fcb327cf
commit b665199a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter android:label="RocketChatRN">
<intent-filter android:label="@string/app_name">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

View File

@ -1,5 +1,5 @@
<resources>
<string name="app_name">RocketChatRN</string>
<string name="app_name">Rocket.Chat Experimental</string>
<string name="no_browser_found">No Browser Found</string>
</resources>