From 5711c5d96274a32aade1a22b55946518a1de1144 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sat, 7 Apr 2018 00:02:43 +0200 Subject: [PATCH] Thanks, Travis! --- .travis.yml | 1 - views/mio/user/view.twig | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index df1ed198..ef537242 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ matrix: before_install: - sudo apt-get install -y imagemagick - yes '' | pecl install imagick - - yes '' | pecl install redis - composer install script: ./vendor/bin/phpunit diff --git a/views/mio/user/view.twig b/views/mio/user/view.twig index c263713a..bc2426b1 100644 --- a/views/mio/user/view.twig +++ b/views/mio/user/view.twig @@ -27,7 +27,7 @@ "title": "Youtube", "value": profile.user_youtube, "link": "https://youtube.com/" ~ (youtube_is_channel_id ? "channel/" : '') ~ "%s", - "format": youtube_is_channel_id ? "Channel of " ~ profile.username : "%s", + "format": youtube_is_channel_id ? "Channel" : "%s", }, "steam": { "title": "Steam",