mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 00:34:40 +01:00
metadata: Fix summary
Closes https://gitlab.gnome.org/World/Authenticator/-/issues/395
This commit is contained in:
parent
454e27aa9e
commit
15d38f8703
5 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
<name xml:lang="en">Authenticator</name>
|
||||
<shortdesc xml:lang="en">
|
||||
Generate Two-Factor Codes
|
||||
Generate two-factor codes
|
||||
</shortdesc>
|
||||
<bug-database rdf:resource="https://gitlab.gnome.org/World/Authenticator" />
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<img src="https://gitlab.gnome.org/bilelmoussaoui/authenticator/raw/master/data/icons/com.belmoussaoui.Authenticator.svg" width="128px" height="128px" />
|
||||
|
||||
<p>Generate Two-Factor Codes</p>
|
||||
<p>Generate two-factor codes</p>
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Name=Authenticator
|
||||
GenericName=Two-Factor Authentication
|
||||
Comment=Generate Two-Factor Codes
|
||||
Comment=Generate two-factor codes
|
||||
Type=Application
|
||||
Exec=authenticator %u
|
||||
Terminal=false
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<metadata_license>CC0</metadata_license>
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
<name>Authenticator</name>
|
||||
<summary>Generate Two-Factor Codes</summary>
|
||||
<summary>Generate two-factor codes</summary>
|
||||
<description>
|
||||
<p>Simple application for generating Two-Factor Authentication Codes.</p>
|
||||
<p>Features:</p>
|
||||
|
|
|
@ -91,7 +91,7 @@ mod imp {
|
|||
.application_name(gettext("Authenticator"))
|
||||
.modal(true)
|
||||
.version(config::VERSION)
|
||||
.comments(gettext("Generate Two-Factor Codes"))
|
||||
.comments(gettext("Generate two-factor codes"))
|
||||
.website("https://gitlab.gnome.org/World/Authenticator")
|
||||
.developers(vec![
|
||||
"Bilal Elmoussaoui",
|
||||
|
|
Loading…
Add table
Reference in a new issue