Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web_hosting_manager/app/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>SAFE Hosting Manager</title>
<title>Web Hosting Manager</title>
<script>
(function() {
if (!process.env.HOT) {
Expand Down
8 changes: 4 additions & 4 deletions web_hosting_manager/app/locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const en = {
line1: 'Authorisation request sent.',
'line2-1': 'Application needs manage access, to',
'line2-2': 'containers. Approve the request from authenticator to continue.',
'line3-1': 'The public id and services must be added to the',
'line3-1': 'The Public ID and Services must be added to the',
'line3-2': 'container for allowing other applications to collaborate.',
line4: 'Authorisation information will be stored on local keychain. The local data can be manually cleared from the menu option.',
'line5-1': 'File',
Expand All @@ -28,8 +28,8 @@ const en = {
connected: 'Connected',
unknown: 'Unknown'
},
createPublicId: 'Create Public Id',
noPublicIdText: 'No Public Id found. Create one to begin.',
createPublicId: 'Create Public ID',
noPublicIdText: 'No Public ID found. Create one to begin.',
createService: 'Create Service',
createNewContainer: 'Create a new public container',
or: 'Or',
Expand Down Expand Up @@ -62,7 +62,7 @@ const en = {
serviceNamePlaceholder: 'Enter Service Name',
containerNamePlaceholder: 'Container Name. Eg, <service-name>-root',
noContainerPlaceHolder: 'No Public Container Available',
publicIdPlaceHolder: 'Enter Public Id',
publicIdPlaceHolder: 'Enter Public ID',
notImplemented: 'Not implemented',
cannotBeEmpty: '%{name} can not be empty',
restrictedFileSize: 'File larger than %{size} Mb can not be uploaded',
Expand Down
2 changes: 1 addition & 1 deletion web_hosting_manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web_hosting_manager",
"productName": "Web Hosting Manager",
"version": "0.1.0",
"version": "0.1.1",
"description": "Application to host web files in the SAFE Network",
"main": "main.js",
"scripts": {
Expand Down