Github user sagar15795 commented on a diff in the pull request:
https://github.com/apache/incubator-taverna-mobile/pull/87#discussion_r195927188
--- Diff: app/src/main/res/values/strings.xml ---
@@ -166,6 +166,7 @@ limitations under the License.
<string name="err_login_email">Enter valid email</string>
<string name="err_login_password">Enter valid password</string>
<string name="error_failed_to_fetch_workflow">Failed to fetch
Workflow</string>
+ <string name="no_workflows_avialable">No workflows avialable</string>
--- End diff --
make it `More workflows not available`
---