Typo fix: Back up > Backup

This commit is contained in:
Istiak Ferdous
2021-10-16 01:46:00 +06:00
parent c74c6452d8
commit c95e8ab6a3
33 changed files with 782 additions and 782 deletions

View File

@@ -1,6 +1,6 @@
{% extends "baseTemplate/index.html" %}
{% load i18n %}
{% block title %}{% trans "Schedule Back up - CyberPanel" %} {% endblock %}
{% block title %}{% trans "Schedule Backup - CyberPanel" %} {% endblock %}
{% block content %}
{% load static %}
@@ -10,17 +10,17 @@
<div class="container">
<div id="page-title">
<h2>{% trans "Schedule Back up" %} - <a target="_blank" href="https://cyberpanel.net/"
<h2>{% trans "Schedule Backup" %} - <a target="_blank" href="https://cyberpanel.net/"
style="height: 23px;line-height: 21px;"
class="btn btn-border btn-alt border-red btn-link font-red"
title=""><span>{% trans "Remote Backups" %}</span></a></h2>
<p>{% trans "On this page you can schedule Back ups to localhost or remote server (If you have added one)." %}</p>
<p>{% trans "On this page you can schedule Backups to localhost or remote server (If you have added one)." %}</p>
</div>
<div ng-controller="scheduleBackupInc" class="panel">
<div class="panel-body">
<h3 class="title-hero">
{% trans "Schedule Back up" %} <img ng-hide="cyberpanelLoading"
{% trans "Schedule Backup" %} <img ng-hide="cyberpanelLoading"
src="{% static 'images/loading.gif' %}">
</h3>
<div class="example-box-wrapper">

View File

@@ -10,7 +10,7 @@
<div class="container">
<div id="page-title">
<h2>{% trans "Back up Website" %} - <a target="_blank" href="https://cyberpanel.net/docs/2-create-restore-incremental-backups/"
<h2>{% trans "Backup Website" %} - <a target="_blank" href="https://cyberpanel.net/docs/2-create-restore-incremental-backups/"
style="height: 23px;line-height: 21px;"
class="btn btn-border btn-alt border-red btn-link font-red" title=""><span>{% trans "Backup Docs" %}</span></a>
</h2>
@@ -20,7 +20,7 @@
<div ng-controller="createIncrementalBackups" class="panel">
<div class="panel-body">
<h3 class="title-hero">
{% trans "Back up Website" %} <img ng-hide="cyberpanelLoading"
{% trans "Backup Website" %} <img ng-hide="cyberpanelLoading"
src="{% static 'images/loading.gif' %}">
</h3>
<div class="example-box-wrapper">
@@ -93,7 +93,7 @@
</div>
<!---- if Back up is running ----->
<!---- if Backup is running ----->
<div ng-hide="runningBackup" class="form-group">
<div class="col-sm-12">
@@ -104,13 +104,13 @@
</div>
<!---- if Back up is running------>
<!---- if Backup is running------>
<div ng-hide="backupButton" class="form-group">
<label class="col-sm-3 control-label"></label>
<div class="col-sm-4">
<button type="button" ng-click="createBackup()"
class="btn btn-primary btn-lg btn-block">{% trans "Create Back up" %}</button>
class="btn btn-primary btn-lg btn-block">{% trans "Create Backup" %}</button>
</div>
</div>

View File

@@ -1,6 +1,6 @@
{% extends "baseTemplate/index.html" %}
{% load i18n %}
{% block title %}{% trans "Set up Back up Destinations" %}{% endblock %}
{% block title %}{% trans "Set up Backup Destinations" %}{% endblock %}
{% block content %}
{% load static %}
@@ -11,19 +11,19 @@
<div class="container">
<div id="page-title">
<h2>{% trans "Set up Incremental Back up Destinations" %} - <a target="_blank"
<h2>{% trans "Set up Incremental Backup Destinations" %} - <a target="_blank"
href="https://cyberpanel.net/docs/1-add-remove-destinations-for-incremental-backups/"
style="height: 23px;line-height: 21px;"
class="btn btn-border btn-alt border-red btn-link font-red"
title=""><span>{% trans "Remote Backups" %}</span></a>
</h2>
<p>{% trans "On this page you can set up your Back up destinations. (SFTP and AWS)" %}</p>
<p>{% trans "On this page you can set up your Backup destinations. (SFTP and AWS)" %}</p>
</div>
<div ng-controller="incrementalDestinations" class="panel">
<div class="panel-body">
<h3 class="title-hero">
{% trans "Set up Back up Destinations." %} <img ng-hide="cyberpanelLoading"
{% trans "Set up Backup Destinations." %} <img ng-hide="cyberpanelLoading"
src="{% static 'images/loading.gif' %}">
</h3>
<div class="example-box-wrapper">

View File

@@ -22,7 +22,7 @@
<div ng-controller="restoreRemoteBackupsInc" class="panel">
<div class="panel-body">
<h3 class="title-hero">
{% trans "Back up Website" %} <img ng-hide="cyberpanelLoading"
{% trans "Backup Website" %} <img ng-hide="cyberpanelLoading"
src="{% static 'images/loading.gif' %}">
</h3>
<div class="example-box-wrapper">
@@ -72,7 +72,7 @@
</div>
</div>
<!---- if Back up is running ----->
<!---- if Backup is running ----->
<div ng-hide="runningBackup" class="form-group">
<div class="col-sm-12">
@@ -83,7 +83,7 @@
</div>
<!---- if Back up is running------>
<!---- if Backup is running------>
<!------ List of records --------------->